Computer Science A - Mrs. Bucaria

AP-Computer Science - Final Project #1

- 75 points
- 3 level inheritance with at least one instance value for each level.
- accessor methods for every private instance value….these must be tested from the driver program
- toString() methods for each class that utilize the super’s toString() method.

- 85 points
- 3 level inheritance from two branches with all of the above methods required for the 75 point grade.

- 90 points
- internal methods that perform some task or return a calculation related to the class. All internal methods must be clearly tested using the driver program.
- Examples of internal methods - clearCheck() and decreaseBalance() of the checking Account class in the AccountProg.

- 95 points
- The driver program should utilize an arraylist or an array to hold numerous objects of one of the classes created and perform some operation with the objects.

- 100 points - You need to really impress me!!