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