博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[设计模式] .NET设计模式笔记 - 有多少种设计模式
阅读量:4468 次
发布时间:2019-06-08

本文共 645 字,大约阅读时间需要 2 分钟。

.NET下的23中设计模式。

 

※创建型模式篇

●单件模式(Single Pattern)

●抽象工厂模式(Abstract Factory)

●建造者模式(Builder Pattern)

●工厂方法(Factory Method)

●原型模式(Protype Pattern)

 

※结构型模式篇

●适配器模式(Adapter Pattern)

●桥接模式(Bridge Pattern)

●装饰模式(Decorator Pattern)

●组合模式(Composite Pattern)

●外观模式(Façade Pattern)

●享元模式(Flyweight Pattern)

●代理模式(Proxy Pattern)

 

※行为型模式篇

●模版方法模式(Template Method)

●命令模式(Command Pattern)

●迭代器模式(Iterator Pattern)

●观察者模式(Oberver Pattern)

●中介者模式(Mediator Pattern)

●备忘录模式(Memento Pattern)

●解释器模式(Interpreter Pattern)

●状态模式(State Pattern)

●策略模式(Strategy Pattern)

●职责链模式(Chain of Responsibility)

●访问者模式(Visitor Pattern)

转载于:https://www.cnblogs.com/jqmtony/p/3812123.html

你可能感兴趣的文章
2019秋招复习笔记--智力题
查看>>
MySQL学习笔记
查看>>
面试题
查看>>
DS博客作业08-课程总结
查看>>
利用Python爬虫刷店铺微博等访问量最简单有效教程
查看>>
浅谈软件测试与墨菲定律
查看>>
文件安全复制之 FastCopy
查看>>
强烈推荐美文之《从此刻起,我要》
查看>>
敏捷开发流程
查看>>
对Netflix Ribbon的Loadbalancer类源码设计合理性的一点质疑
查看>>
关于日历的算法
查看>>
[QT编程]QT实现的一个渐隐渐显窗体
查看>>
在Web工程中引入Jquery插件报错解决方案
查看>>
[myeclipse]@override报错问题
查看>>
超简单的listview单选模式SingleMode(自定义listview item)
查看>>
HDU 1199 - Color the Ball 离散化
查看>>
[SCOI2005]骑士精神
查看>>
Hibernate原理解析-Hibernate中实体的状态
查看>>
六时车主 App 隐私政策
查看>>
C语言常见问题 如何用Visual Studio编写C语言程序测试
查看>>