From Java Academy II:Advanced Java NPAC/ECS Java Academy -- February to April 98. byTom Scavo
The height h and displacement d are instance variables of the Parallelogram class: class Parallelogram extends Quadrilateral { private int h, d; public int getHeight() {...} public int getDisplacement() {...} ... }