C++ Virtual Functions Question:

Explain polymorphism?

Tweet Share WhatsApp

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.

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