Basic HTML version of Foils prepared 13 July 98

Foil 32 Parallelogram Constructor #2

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


Again the second constructor relies on the first: public Parallelogram( int x, int y, int a, int b, double alpha, double theta ) { // invoke constructor #1: this( x, y, a, b, alpha ); this.rotate( theta ); }
Once again we defer discussion of rotate(...)



© 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