Beispiel #1
0
 public void Teach(Student student)
 {
     student.Learn();
 }