CPP04 1.0
|
Declares the WrongAnimal class. [詳解]
クラス | |
class | WrongAnimal |
The WrongAnimal class represents a generic animal, used to demonstrate the LACK of polymorphism when member functions are NOT declared virtual. [詳解] | |
Declares the WrongAnimal class.
Declares the WrongAnimal class, used to demonstrate the lack of polymorphism when makeSound() is not virtual.
WrongAnimal.hpp に定義があります。