public class Rectangle2 extends Polygon2 { public Rectangle2( int _col, double _width, double _height) { super(_col, _width, _height); } }