Pick the correct statement.
A. Virtual function can have different names in the base and derived class
B. Virtual function cannot be applied in Multiple Inheritance classes
C. Virtual function are different in definitions only
D. Virtual function does early binding
Answer: Option C
Related Questions on Inheritance in C plus plus
A. Multilevel inheritance
B. Hierarchical inheritance
C. Multiple inheritance
D. Single inheritance
A. public
B. private
C. friend
D. protected
What is the process of defining a new class based on an existing class in C++ called?
A. Inheritance
B. Composition
C. Encapsulation
D. Polymorphism

Join The Discussion