Computer Science 132
Introduction To Computing II
Dickinson College
Spring Semester 2001
Grant Braught
Class #30 - Inheritance Example
Main Ideas For Today 
- Applying Inheritance
- Extending the Rectangle Class
Reading Assignment For Today 
- Review: Java by Dissection: Chapter 7, 7.1-7.6.
Web Sites Related to Today's Topic 
Sample Code For Today's Class 
- Box3D.java - An object representing a 3d box. This class uses java.awt.Rectangle as a base class.
- Box3DTest.java - A test program for the 3dBox object.
Lab Assigned Today 
Due Date: 5/2/01
- Lab #9 - Hunt the Wumpus.