C++ Virtual Functions Question:
Download Job Interview Questions and Answers PDF
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.
Download C++ Virtual Functions Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me can a pure virtual function have an implementation? | Explain data encapsulation? |