Skip to main content

JAVA : W2-M5

Module Five


Task Description

Now the system has students joining the SIS. Create class named Student, with attributes and methods. Some of the operations of a student could be enrolling into courses, sign in classroom.

Deliverables

  1. Create student class with attributes and methods
  2. Create enroll course method
  3. Also sign-in for a class can be realized by signIn(studentId,classId,date)
    1. Remember we created class ID earlier for each course in schedule.

Resources

  • Java Complete Reference
  • Thinking in Java

Comments