In this program, we have not defined a copy constructor. The compiler used the default copy constructor to copy the contents of one object of theWallclass to another. Also Read C++ Destructors C++ Constructor Overloading C++ Friend Function and Classes ...