public override void Eat(Herbivore h) { Console.WriteLine(this.ToString() + " devours " + h.ToString()); }