+ 2
What is polymorphism in C++?
3 ответов
+ 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.
+ 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.
+ 2
Okay..