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