2008年11月21日

override new 关键字的区别

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace OverrideTest{ class Program { static void Main(string[] args) { A A = new A(); B B = new B(); C C = new C();... 阅读全文

posted @ 2008-11-21 09:31 zhaowt001 阅读(441) 评论(0) 推荐(0) 编辑

导航