会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sinbad
http://hi.baidu.com/酷我一代/home 欢迎
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2011年3月24日
继承类与基类
摘要: /* 这是孙鑫书上面的一个例子 */ #include #include using namespace std; class animal{public: void eat() {coutbreathe(); }int main(int argc, char *argv[]){ animal *pAn; fish fh; pAn...
阅读全文
posted @ 2011-03-24 23:48 sinbad_li
阅读(162)
评论(0)
推荐(0)
编辑