Solved

C++ Provides ____ Functions as a Means to Implement Polymorphism

Question 14

Multiple Choice

C++ provides ____ functions as a means to implement polymorphism in an inheritance hierarchy, which allows the run-time selection of appropriate member functions.


A) redefined
B) overridden
C) virtual
D) overloaded

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions