Interview Questions

What is polymorphism?

C++ Interview Questions and Answers


(Continued from previous question...)

26. What is polymorphism?

Polymorphism is the idea that a base class can be inherited by several classes. A base class pointer can point to its child class and a base class array can store different child class objects.

(Continued on next question...)

Other Interview Questions