1 Answers
Polymorphism in Cpp
- The word polymorphism means having many forms.
- Polymorphism is the ability of a message to be displayed in more than one form.
- Polymorphism is one of the important features of Object-Oriented Programming.
- In C++ polymorphism is mainly divided into two types:
- Compile-time Polymorphism
- Runtime Polymorphism