图9—19所示为(46)设计模式,适用于:(47)。
A: 组件(Component)
B: 适配器(Adapter)
C: 组合(Composite)
D: 装饰器(Decorator)
A: 组件(Component)
B: 适配器(Adapter)
C: 组合(Composite)
D: 装饰器(Decorator)
举一反三
- 将一个接口转换成为客户想要的另一个接口,宜采用(46)模式。 A: 适配器(Adapter) B: 桥接(Bridge) C: 组合(Composite) D: 装饰器(Decorator)
- ()模式通过提供与对象相同的接口来控制对这个对象的访问。 A: 适配器(Adapter) B: 代理(Proxy) C: 组合(Composite) D: 装饰器(Decorator)
- 行为型设计模式描述类或对象如何交互和如何分配职责模式是行为型设计模式() A: 装饰器(Decorator) B: 构建器(Builder) C: 组合(Composite) D: 解释器(Interpreter)
- 以下哪些设计模式都可以用来将抽象部分与实现部分分离() A: 适配器模式(Adapter) B: 装饰模式(Decorator) C: 桥接模式(Bridge) D: 代理模式(Proxy)
- 结构型模式中最体现扩展性的几种模式是() A: 适配器(Adapte)模式 B: 合成(Composite)模式 C: 装饰(Decorator)模式 D: 桥接(Bridge)模式