#include #include"square.hpp" using namespace std; void Square::print() const { cout << type << " side=" << length << endl; }