2008年3月31日
摘要: 问题1:在派生类中命名了同名的属性或者方法,会显示有问题,但是会编译成功?而且貌似默认成是new了, class Program { static void Main(string[] args) { contact [] contacts=new contact [2]; contacts[0]=new ... 阅读全文
posted @ 2008-03-31 16:06 风孤鸿 阅读(214) 评论(0) 推荐(0)