120,689 views
14 votes
14 votes
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

User Dwelle
by
2.9k points

1 Answer

19 votes
19 votes

Answer:

C. member functions is the correct answer.

Step-by-step explanation:

User Qiang Jin
by
2.7k points