[置顶] 设计模式

*(个人认为首先需熟悉的模式)

创建型模式:

  1. Factory模式
  2. AbstractFactory模式
  3. Singleton模式*
  4. Builder模式
  5. Prototype模式
结构型模式:
  1. Bridge模式*
  2. Adapter模式
  3. Decorator模式
行为模式:
  1. Template模式
  2. Strategy模式
  3. State模式
  4. Observer模式*
  5. Iterator模式*
  6. Interpreter模式

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