Skip to main content

JAVA : W2-M7

Module Seven


Task Description

All the approved teaching assistants have two roles, one of them is student and the other is faculty. So create TeachingAssistant class which implements faculty and extends Student class. These roles will help organize courses, classes well. Front office should also have exam schedule prepared based on applied students (exams.txt).

Deliverables

  1. Create Teaching Assistant class with methods and member functions.
  2. Create examSchedule method inside front office class. List number of students applied for each exam.

Resources

  • Java Complete Reference
  • Thinking in Java

Comments