Exercises

October 11 - October 13, 2006

  1. Implement and test an abstract class Employee and two classes (of your design) that implement Employee.
  2. Change Sortable and SortedList such that you can keep a sorted list of your employees. You will need to modify Employee to implement your modified Sortable interface.

 


Sami Rollins