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

Implements the abstract Animal class. [詳解]

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

[ソースコード]

詳解

Implements the abstract Animal class.

Provides the definitions for the non-pure virtual methods of the Animal class, including its constructors, destructor, and accessor. The makeSound() function is a pure virtual function and thus has no implementation here.

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