Go教程

[design pattern] Category

本文主要是介绍[design pattern] Category,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

// 创建型

1. Factory method / Static Factory

2. Abstract Factory

3. Builder

4. ProtoType

5. Singleton

// 结构型

6. Adaptor

7. Bridge

8. Composite

9. Decorator

10. Facade

11. Flyweight

12. Proxy

// 行为型

13. Chain of Responsibility

14. Command

15. Interpreter

16. Iterator

17. Mediator

18. Memento

19. Observer

20. State

21. Strategy

22. Template Method

23. Visitor 

这篇关于[design pattern] Category的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!