Implements the Dog class, including deep copy of its Brain.
This file provides the definitions for the Dog class's constructors, destructor, and member functions. It extends the Animal class by adding a Brain attribute and ensures proper deep copying of this Brain object.
Dog.cpp に定義があります。