March 3, 2005

 

Reviewed terminology

          a class variable –  is a static variable that is shared by all classes

 

Discussed how to create a project and put files into it

 

Reminded ourselves that if one compiles the program containing main , then all programs dependent on it will be compiled for you (you won’t have to compile them individually).

 

Looked at the following .java files and the relationship between them

Employee.java

Executive.java

Firm.java

Hourly.java

Staff.java

StaffMember.java

Volunteer.java

 

Used jGrasp to create a UML diagram after roughing one out on the overhead projector.

 

Collected completed Lab 12 deliverables

 

Handed out Class Exercise   divided into groups  and filled out the group sheet….

 

Posted Programming Assignment #3

 

Went over it.