public void VisitLion(Lion lion) { Console.WriteLine("Jumped 7 feet! Back on the ground!"); }
public void VisitLion(Lion lion) { lion.Roar(); }