public override void Play(Toy t) { Console.WriteLine("{0} is eating toy: ", this.Name); t.Eat(); }
abstract public void Play(Toy t);