예제 #1
0
 public static void atThePark(Man m)
 {
     Console.WriteLine("At the park");
     m.Plays();
 }