C++ Virtual Functions Question:
Download Questions PDF

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.

Download C++ Virtual Functions Interview Questions And Answers PDF

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