Basic HTML version of Foils prepared 13 July 98

Foil 46 Quadrilateral Class

From Java Academy II:Intermediate Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

The Quadrilateral Class
The Quadrilateral class is analogous to the Triangle class: class Quadrilateral extends Polygon { public Quadrilateral() {...} public Quadrilateral(...) {...} public void draw(...) {...} public void fill(...) {...} }
Note: The above class is not public (but it could be!)



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998