会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
螃蟹 疯牛 大雁 团队
Starting a Business Stop Worrying Keep Track Close the Door Never Say No Just Work Harder
博客园
首页
新随笔
联系
订阅
管理
2008年7月8日
C# 语言特性系列(2) 多态性 Polymorphism
摘要: 多态: 1 public class Women 2 { 3 public void DoWork() { } 4 } 5 6 public class Girl : Women 7 { 8 public new void DoWork() { } 9 } 10 11 class Main 12 { 13 static void Main() ...
阅读全文
posted @ 2008-07-08 16:51 许晓光
阅读(288)
评论(0)
推荐(0)
编辑
公告