Uses of Class
university.PersonFactory

Uses of PersonFactory in university
 

Subclasses of PersonFactory in university
 class EmployeeFactory
          Abstract Class to build the employee information.
 class FacultyFactory
          Builds a new faculty member from information entered into the console
 class GraduateFactory
          Builds a Graduate student from the information entered in from the console.
 class StaffFactory
          Factroy builds a Staff member from the information entered in from the console.
 class StudentFactory
          Abstract class to build student information.
 class UndergraduateFactory
          Builds a Undergradute student from the information entered in from the console.