Uses of Class
university.StudentFactory

Uses of StudentFactory in university
 

Subclasses of StudentFactory in university
 class GraduateFactory
          Builds a Graduate student from the information entered in from the console.
 class UndergraduateFactory
          Builds a Undergradute student from the information entered in from the console.