C++ Template Question:
Download Questions PDF

What is Polymorphism in C++?

C++ Template Interview Question
C++ Template Interview Question

Answer:

Polymorphism enables one common interface for many implementations, and for objects to act differently under different circumstances. You can also achieve polymorphism in C++ by function overloading, operator overloading and implementation inheritance.

Download C++ Template Interview Questions And Answers PDF

Previous QuestionNext Question
What is Encapsulation in C++?Tell me what are the basic Concepts used in the Object-Oriented Programming language?