// Adds a Teacher object to the list public void addTeacher(Teacher t) teacherList.add(t);
itself, not just one individual student. This allows it to store all students in one shared list. CodeHS 7.2 : In the constructor, classList.add(this) 7.2.8 Teacher Class List Answers
Now go ahead and submit with confidence. Happy coding! // Adds a Teacher object to the list