CPP04 1.0
|
Declares the WrongCat class. [詳解]
#include "WrongAnimal.hpp"
クラス | |
class | WrongCat |
The WrongCat class represents a feline animal in the "wrong" hierarchy. [詳解] | |
Declares the WrongCat class.
Declares the WrongCat class, which inherits from WrongAnimal and further illustrates the non-polymorphic behavior of makeSound().
WrongCat.hpp に定義があります。