CPP04 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Cat.hpp ファイル

Declares the Cat class. [詳解]

#include "Animal.hpp"
#include "Brain.hpp"
Cat.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  Cat
 The Cat class represents a feline animal. [詳解]
 

詳解

Declares the Cat class.

Declares the Cat class, which inherits from Animal and provides a specific implementation for the makeSound() function.

Cat.hpp に定義があります。