C++ Virtual Method example

preview_player
Показать описание
This example uses a pure virtual method and the vector STL to create a "zoo" of animals. The important point is that it illustrates the pure virtual method, reinforces encapsulation (cf. makeAnimal), code readability, and polymorphism.
Рекомендации по теме