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