Exemple #1
0
 public static void GoToFlightSchool(IFlyable flyingStudent)
 {
     Console.Write(flyingStudent.ToString());
     Console.WriteLine(" says:");
     flyingStudent.Fly();
     Console.WriteLine();
 }