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

Declares the WrongAnimal class. [詳解]

#include <iostream>
#include <string>
WrongAnimal.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  WrongAnimal
 The WrongAnimal class represents a generic animal, used to demonstrate the LACK of polymorphism when member functions are NOT declared virtual. [詳解]
 

詳解

Declares the WrongAnimal class.

Declares the WrongAnimal class, used to demonstrate the lack of polymorphism when makeSound() is not virtual.

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