下面模式属于行为设计模式的是()
A: command模式
B: FactoryMothod模式
C: Beidge模式
D: Adapter模式
A: command模式
B: FactoryMothod模式
C: Beidge模式
D: Adapter模式
举一反三
- 下面哪种模式不属于创建模式() A: Prototype模式 B: Singleton模式 C: Factory模式 D: Adapter模式
- 【多选题】Adapter 模式可以分为()两种类型。 A. 对象 Adapter 模式 B. 参数 Adapter 模式 C. 类 Adapter 模式 D. 子 Adapter 模式
- 下面属于创建型模式的有()。 A: 抽象工厂( Abstract Factory )模式 B: 外观(Facade)模式 C: 适配器(Adapter)模式 D: 桥接(Bridge)模式
- 在某一系统的设计过程中发现:已有的两个设计类需要互相通信,但接口不一致。此时我们可以考虑使用 GoF 设计模式中的( )来解决。 A: 状态(State)模式 B: 装饰(Decorator)模式 C: 适配器(Adapter)模式 D: 命令(Command)模式
- 以下属于结构型模式的是()。 A: 代理(Proxy)模式 B: 合成(Composite)模式 C: 命令(Command)模式 D: 观察者(Observer)模式