Modifier and Type | Method and Description |
---|---|
Student[] |
Lab.getStudents()
get the students array
|
Modifier and Type | Method and Description |
---|---|
void |
Lab.enrollStudent(Student std)
gives student and adds to students array
|
void |
Lab.setStudents(Student[] students)
set the students
|