From Java Academy II:Intermediate Java NPAC/ECS Java Academy -- February to April 98. byTom Scavo
Our new Octagon class is similar to the previous classes, except that a third constructor is defined: class Octagon extends Polygon { public Octagon() {...} public Octagon(...) {...} public Octagon(...) {...} ... }