Polymorphism in C++
Polymorphism in C++
In this part you will learn: 1. Polymorphism 2. C syntax 3. Showing output In this tutorial I will teach you about the concept of Polymorphism in C++. What is a Polymorphism? Polymorphism enables to write programs that process objects of classes (that are part of the same hierarchy) as if they are all objects of the hierarchy’s base class.- Read more about Polymorphism in C++
- Log in or register to post comments
- 808 views