摘要:
虚方法虽然自己一直自以为了解,但是以前还总是不太确定,今天确定一下:namespace test1{ class Program { public static void Main(string[] args) { father f = new sun();//注意此处,用子类实例化一个父类对象,执行方法的时候执行的是父类中的方法 f.jump(); Console.ReadKey(); } } class father { int a = 4... 阅读全文
posted @ 2012-06-20 12:58
ensleep
阅读(292)
评论(0)
推荐(0)

浙公网安备 33010602011771号