会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乘舟凉
博客园
首页
联系
订阅
管理
2022年4月17日
c++ 多重继承
摘要: 代码案例 #include <stdio.h> class Sofa { public: Sofa() { color = 2; } virtual ~Sofa() { // 沙发类虚析构函数 printf("virtual ~Sofa()\n"); } virtual int getColor()
阅读全文
posted @ 2022-04-17 16:49 乘舟凉
阅读(49)
评论(0)
推荐(0)
编辑