android面试题常见的设计模式
小樊
91
2024-06-29 18:24:38
- 单例模式(Singleton Pattern)
- 工厂模式(Factory Pattern)
- 观察者模式(Observer Pattern)
- 策略模式(Strategy Pattern)
- 适配器模式(Adapter Pattern)
- 装饰者模式(Decorator Pattern)
- 桥接模式(Bridge Pattern)
- 组合模式(Composite Pattern)
- 状态模式(State Pattern)
- 命令模式(Command Pattern)