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

Declares the WrongCat class. [詳解]

#include "WrongAnimal.hpp"
WrongCat.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  WrongCat
 The WrongCat class represents a feline animal in the "wrong" hierarchy. [詳解]
 

詳解

Declares the WrongCat class.

Declares the WrongCat class, which inherits from WrongAnimal and further illustrates the non-polymorphic behavior of makeSound().

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