Uses of Class
Student
-
Uses of Student in <Unnamed>
Modifier and TypeMethodDescriptionTutor.getStudents()
Returns an ArrayList of all the tutor's studentsModifier and TypeMethodDescriptionvoid
Tutor.addStudent(Student s)
Adds a new students to a teacher's existing list of studentsstatic String
Main.sendInvoice(Student student, int number)
If a valid session number is provided by the tutor, the total fees for the particular session are calculated and returned as a string.static String
Main.sendReminder(Student student)
This method uses the Student object provided as input to send a reminder to the student, which includes the student's name and the notes taken during the meeting.