banli17 / note

学习记录
https://banli17.github.io/note/docs/intro
MIT License
17 stars 2 forks source link

23 种设计模式 #96

Open banli17 opened 2 years ago

banli17 commented 2 years ago

23 种设计模式

创建型模式

创建型模式是主要用来创建对象的,有 5 种:

行为型模式

行为型模式特别关注对象之间的通信,有 10 种:

结构型模式

结构型模式关注的是类与对象的组合,有 7 种: