设计模式之:行为型设计模式(11种)

行为型设计模式有: 共11种观察者模式(Observer)状态模式(State)策略模式(Strategy)职责链模式(Chain of Responsibi

行为型设计模式有: 共11种

  • 观察者模式(Observer)
  • 状态模式(State)
  • 策略模式(Strategy)
  • 职责链模式(Chain of Responsibility)
  • 命令模式(Command)
  • 中介者模式(Mediator)
  • 模板方法模式(Template Method)
  • 解释器模式(Interpreter)
  • 装饰模式(Decorator)
  • 迭代器模式(Iterator)
  • 访问者模式(Visitor)

 

标签: 迭代 State Observer