会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
htj10
心 灵
欢喜 快乐
Stay Hungry, Stay Foolish.
博客园
首页
新随笔
联系
管理
2022年11月22日
条款35:考虑virtual函数以外的其他选择
摘要: 模板方法模式 #include <iostream> using namespace std; class GameCharacter { public : int healthValue() const { //... 做一些事前工作 int rtnValue = doHealthValue();
阅读全文
posted @ 2022-11-22 17:37 htj10
阅读(16)
评论(0)
推荐(0)
编辑
条款34:区分接口继承和实现继承
摘要: *****
阅读全文
posted @ 2022-11-22 17:25 htj10
阅读(8)
评论(0)
推荐(0)
编辑
公告
TOP