Uses of Interface
university.Build

Uses of Build in university
 

Classes in university that implement Build
 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 UndergraduateFactory
          Builds a Undergradute student from the information entered in from the console.