会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
戈瑾
博客园
首页
新随笔
联系
管理
订阅
2021年10月4日
桥接模式——C++实现
摘要: 问题描述: 用桥接模式实现在路上开车这个问题,其中,车可以是car或bus,路可以是水泥路或沥青路。 类图: C++源代码: #include <iostream> #include <string> #include<list> using namespace std; class Abstrac
阅读全文
posted @ 2021-10-04 21:14 戈瑾
阅读(139)
评论(0)
推荐(0)
编辑