Declares the Cat class. [詳解]
#include "Animal.hpp"
[ソースコード]
Declares the Cat class.
Declares the Cat class, which inherits from Animal and provides a specific implementation for the makeSound() function.
Cat.hpp に定義があります。