- This event has passed.
7 PM – Intro To Java – Alex
December 1, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- We continued with the SchoolSystem project.
- Learned how to create a Student class, with a constructor along with getters and setters.
- Also created the listStudents and started the findStudent.
For Homework:
- Create two new methods for createTeacher() and listTeachers() that will create a teacher and also list out all the teachers you created.
- Look back at the methods we did in class to help you out.