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

Verified
Correct Answer:
Verified
Related Questions
Q8: A member function of a derived class
Q11: A virtual function is a member function
Q14: When the compiler binds a member function
Q20: _ to a base class may be
Q23: Protected members of a base class are
Q26: Pointers to a base class may be
Q28: A _ of a base class expects
Q29: When arguments must be passed to the
Q32: Multiple inheritance opens the opportunity for a
Q39: The _ constructor is called before the