Polymorphism is when ____ in a class hierarchy perform differently, depending upon which object performs the call.
a. base class constructors
b. derived class constructors
c. member functions
d. derived class destructors
e. None of these