Rectangle::Rectangle(const Rectangle &r) { width = r.width; height = r.height; }