+ 2
Polymorphism in C++
Typically, polymorphism occurs when there is a hierarchy of classes and they are related through inheritance from a common base class. Polymorphism means that a call to a member method will cause a different implementation to be executed depending on the type of object that invokes the method.
1 ответ
- 2
This is not a question.