温馨提示×

android面试题常见的设计模式

小樊
87
2024-06-29 18:24:38
栏目: 编程语言

  1. 单例模式(Singleton Pattern)
  2. 工厂模式(Factory Pattern)
  3. 观察者模式(Observer Pattern)
  4. 策略模式(Strategy Pattern)
  5. 适配器模式(Adapter Pattern)
  6. 装饰者模式(Decorator Pattern)
  7. 桥接模式(Bridge Pattern)
  8. 组合模式(Composite Pattern)
  9. 状态模式(State Pattern)
  10. 命令模式(Command Pattern)

0