设计模式之:结构型设计模式(7种)

结构型设计模式有: 共7种

  • 代理模式(Adapter)
  • 适配器模式(Adapter)
  • 外观模式(Facade)
  • 组合模式(Composite)
  • 装饰模式(Decorator)
  • 享元模式(Flyweight)
  • 桥接模式(Proxy)

 

你可能感兴趣的:(设计模式之:结构型设计模式(7种))