The Hexagon Class
The Hexagon class is a subclass of MyPolygon, which itself is a subclass of Polygon: class Hexagon extends MyPolygon { … } class MyPolygon extends Polygon { … }
Previous slide
Next slide
Back to first slide
View graphic version