CPP04 1.0
|
Implements the Animal class. [詳解]
#include "Animal.hpp"
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 に定義があります。