예제 #1
0
 public void VisitMonkey(Monkey monkey)
 {
     monkey.Shout();
 }
예제 #2
0
 public void VisitMonkey(Monkey monkey)
 {
     Console.WriteLine("Jumped 20 feet high! on to the tree!");
 }