CS Electrical And Electronics
@cselectricalandelectronics

What is Polymorphism in Cpp?

All QuestionsCategory: Cpp LanguageWhat is Polymorphism in Cpp?
CS Electrical And Electronics Staff asked 4 years ago

I need short information.

1 Answers
CS Electrical And Electronics Staff answered 4 years ago

Polymorphism in Cpp

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