Exercises

October 2 - October 9, 2006

  1. Implement and test the Person and Student classes. What happens when you try to invoke changeMajor on a Person object?
  2. Implement the Staff and Faculty classes discussed.
  3. Create a PersonDB class that contains an array of Person objects. Implement an addPerson method that adds a new Person object to the array and a printStudents method that prints ONLY the Student objects stored in the array.

 


Sami Rollins