Multiple Choice
Polymorphism is when __________ in a class hierarchy perform differently, depending on which object performs the call.
A) base class constructors
B) derived class constructors
C) member functions
D) derived class destructors
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: In an inheritance situation, you may not
Q10: The following statement allows the _ members
Q11: A derived class may become a base
Q12: Select all that apply. Which of the
Q13: The compiler performs _ on virtual functions.<br>A)
Q15: The _ members of a base class
Q16: What is being protected in the following
Q17: In C++11, using constructor inheritance, it is
Q18: Which of the following is commonly used
Q19: Which is the derived class in the