예제 #1
0
 public static void AtThePark(Man man)
 {
     Console.WriteLine("Inside the park");
     man.Play();
 }