class Polygon { int antSider; Polygon(int antSider) { this.antSider = antSider; } }