The Quadrilateral Class
We now look at the Quadrilateral class, the superclass of the previous four classes: class Quadrilateral extends DrawablePolygon { … }
Note that Quadrilateral is a subclass of a new class called DrawablePolygon
Previous slide
Next slide
Back to first slide
View graphic version