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

Implements the Animal class. [詳解]

#include "Animal.hpp"
Animal.cpp の依存先関係図:

[ソースコード]

詳解

Implements the Animal class.

Provides the implementation for the Animal class methods, including the default constructor, copy constructor, copy assignment operator, destructor, makeSound(), and getType().

Animal.cpp に定義があります。