The following functions of the class "Course" are meant for public use:
Course (name) name is a string makeStudent (id, name) id and name are strings addScore (id, score) is is a string, score is an number displayScores ()
The reused "Students" class from the student-class.php exemple is not supposed to be used by a programmer/user of this class.