1) 加 new: public new void Eat() { Console.WriteLine("I eat like a wolf!"); } 2) Testing --OK! MyClass.Wolf wolf = new MyClass.Wolf(); (wolf as MyClass.Animal).Eat();