七大模式(冲啊)
1.工厂方法模式
2.建造者模式
3.桥接模式
4.适配器模式
5.组合模式
6.迭代器模式
7.责任链模式
定义,结构图,编写代码,应用范围,扩展不看
实例练习:
创建型模式:
1.工厂方法模式实例之日志记录器
https://blog.csdn.net/qq_41373594/article/details/79483355
2.建造者模式实例之游戏人物角色
https://blog.csdn.net/weixin_43594279/article/details/115065475
结构型:
3.适配器模式实例之算法适配
https://blog.csdn.net/qq_41124481/article/details/105266214
4.组合模式实例之杀毒软件
https://blog.csdn.net/qq_41024297/article/details/103275649
5. 桥接模式实例之跨平台视频播放器
https://blog.csdn.net/zenglinshan/article/details/49761165
行为型模式:
6.责任链模式实例之在线文档帮助系统
https://blog.csdn.net/zenglinshan/article/details/50045001
7.迭代器模式实例之商品名称遍历
https://blog.csdn.net/xiaofengcanyuelong/article/details/78944757