Rectangle::Rectangle(int w, int h) : Rectangle() { *width_ptr = w; *height_ptr = h; cout << "Calling 2 args constructor" << endl; }