摘要:
///////////////1.子父类 override 重写方法调用(父类的方法也就被覆盖了) 重写的父类方法必须加上 修饰符 abstract,virtual,或者 overrideusing System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Father dd= new son(); ... 阅读全文
posted @ 2013-06-04 00:03
水墨.MR.H
阅读(301)
评论(0)
推荐(0)
浙公网安备 33010602011771号