⟩ Suppose in a hypothetical machine, the size of char is 32 bits. What would sizeof(char) return? a) 4 b) 1 c) Implementation dependent d) Machine dependent
b) 1
b) 1
What constant defined in <climits> header returns the number of bits in a char? a) CHAR_SIZE b) SIZE_CHAR c) BIT_CHAR d) CHAR_BIT
What is virtual base class?
Do you know the use of Vtable?
What is Dynamic Binding?
What is Static Binding?
Do you know the problem with overriding functions?
Can you please explain the difference between Overloading and Overriding?
What is Virtual Table?
What is virtual function?
What is a virtual base class?