用于增加对象功能的设计模式是______;用于限制对象访问的设计模式是______。
A: Adapter
B: Decorator
C: Delegation
D: Proxy
A: Adapter
B: Decorator
C: Delegation
D: Proxy
举一反三
- ()模式通过提供与对象相同的接口来控制对这个对象的访问。 A: 适配器(Adapter) B: 代理(Proxy) C: 组合(Composite) D: 装饰器(Decorator)
- 以下哪些设计模式都可以用来将抽象部分与实现部分分离() A: 适配器模式(Adapter) B: 装饰模式(Decorator) C: 桥接模式(Bridge) D: 代理模式(Proxy)
- 【多选题】Adapter 模式可以分为()两种类型。 A. 对象 Adapter 模式 B. 参数 Adapter 模式 C. 类 Adapter 模式 D. 子 Adapter 模式
- 在某一系统的设计过程中发现:已有的两个设计类需要互相通信,但接口不一致。此时我们可以考虑使用 GoF 设计模式中的( )来解决。 A: 状态(State)模式 B: 装饰(Decorator)模式 C: 适配器(Adapter)模式 D: 命令(Command)模式
- 行为型设计模式描述类或对象如何交互和如何分配职责模式是行为型设计模式() A: 装饰器(Decorator) B: 构建器(Builder) C: 组合(Composite) D: 解释器(Interpreter)