C++ Virtual Functions Question:

Explain polymorphism?

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.

Read All 30 C++ Virtual Functions Questions
Previous QuestionNext Question
Tell me can a pure virtual function have an implementation?Explain data encapsulation?