Multiple Choice
C++ provides ____ functions as a means to implement polymorphism in an inheritance hierarchy, which allows the run-time selection of appropriate member functions.
A) redefined
B) overridden
C) virtual
D) overloaded
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Suppose that bClass is a class.Which of
Q10: The new classes that we create from
Q11: _ is a "has-a" relationship.<br>A) Inheritance<br>B) Encapsulation<br>C)
Q12: Which of the following statements about inheritance
Q13: The _ members of an object form
Q15: In OOD, a program is a collection
Q16: A derived class cannot directly access public
Q17: Existing classes, from which you create new
Q18: Classes can create new classes from existing
Q19: _ is the ability to combine data,