The simple meaning of polymorphism is more than one form. In C++ a program can have more than one function with the same name that can perform different activities

Types of polymorphism in C++

  • ad-hoc polymorphism
  • parametric polymorphism
  • subtype polymorphism
BY Best Interview Question ON 26 Jan 2019