Multiple Choice
Polymorphism is when ________ in a class hierarchy perform differently, depending upon the class of the object making the call.
A) base class constructors
B) derived class destructors
C) member functions
D) derived class constructors
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: In C++ polymorphism is very difficult to
Q5: To indicate that a member function of
Q6: When the compiler binds a call to
Q7: A virtual function is declared by placing
Q8: A class with at least one pure
Q10: Declaring a member function of a class
Q11: _ to a base class may be
Q12: When more than one class is derived
Q13: A pure virtual function<br>A) must be overridden
Q14: An abstract class is<br>A) one that has