C++ Virtual Functions Question:

Explain polymorphism?

C++ Virtual Functions Interview Question
C++ Virtual Functions Interview Question

Answer:

Polymorphism means the ability to take more than one form. An operation may exhibit different behavior in different instances. The behavior depends on the types of data used in the operation.


Previous QuestionNext Question
Tell me can a pure virtual function have an implementation?Explain data encapsulation?