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