会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nothing Is Impossible
Powered by
博客园
|
首页
|
新随笔
|
|
订阅
|
管理
2015年5月22日
.net下继承与派生关系
摘要: 自己用C#写个东西玩的,碰到点面向对象的问题,代码如下: abstract class AbsClass { virtual protected void method() { //do something } ...
阅读全文
posted @ 2015-05-22 11:03 forDream
阅读(1257)
评论(0)
推荐(0)
编辑