Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
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
