Answers

Question and Answer:

  Home  C++ Template

⟩ What is Polymorphism in C++?

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.

 224 views

More Questions for you: