static void Main(string[] args) { A ob = new C(); //输出:B.V() ob.Fun(); A ob2 = new B1(); //输出:B.V() ob2.Fun(); }