23种设计模式分类

1.创建型模式

1)Factory模式

2)AbstactFactory模式

3)Singleton模式

4)Builder模式

5)Prototype模式

2.结构型模式

1)Bridge模式

2)Adapter模式

3)Decorator模式

4)Composite模式

5)Flyweight模式

6)Facade模式

7)Proxy模式

3.行为模式

1)Template模式

2)Strategy模式

3)State模式

4)Observer模式

5)Memento模式

6)Mediator模式

7)Command模式

8)Visitor模式

9)Chain of Responsibility模式

10)Iterator模式

11)Interpreter模式

你可能感兴趣的:(设计模式)