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
- Create student class with attributes and methods
- Create enroll course method
- Also sign-in for a class can be realized by signIn(studentId,classId,date)
- Remember we created class ID earlier for each course in schedule.
Resources
- Java Complete Reference
- Thinking in Java
Comments
Post a Comment