Ejemplo n.º 1
0
 public override void Eat(Herbivore h)
 {
     Console.WriteLine(this.ToString() + " devours " + h.ToString());
 }