What is polymorphism in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is polymorphism in C++?

9th May 2022, 12:31 PM
Mihir Lalwani
Mihir Lalwani - avatar
3 Answers
+ 2
C++ polymorphism means that a call to a member function will cause a different function to be executed depending on the type of object that invokes the function.
28th May 2022, 9:08 AM
😇🌟SWATI🌟😇
😇🌟SWATI🌟😇 - avatar
+ 2
You have completed the sololearn C++ course. Please re-read the section on Inheritance & Polymorphism. You can review the lessons as often as you like.
9th May 2022, 12:46 PM
Lisa
Lisa - avatar
+ 2
Okay..
16th May 2022, 7:42 AM
Mihir Lalwani
Mihir Lalwani - avatar