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

Declares the Dog class. [詳解]

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

[ソースコード]

クラス

class  Dog
 The Dog class represents a canine animal. [詳解]
 

詳解

Declares the Dog class.

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

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