public class Rectangle { private int color; private double width; private double height ; public Rectangle ( int _col, double _width, double _height) { } }