CPP04 1.0
|
Declares the Animal base class. [詳解]
クラス | |
class | Animal |
The Animal class represents a generic animal. [詳解] | |
Declares the Animal base class.
Defines the Animal class, which serves as the base for other animal types. Introduces the virtual makeSound() function for polymorphic behavior.
Animal.hpp に定義があります。