【多选题】Adapter 模式可以分为()两种类型。
A. 对象 Adapter 模式
B. 参数 Adapter 模式
C. 类 Adapter 模式
D. 子 Adapter 模式
A. 对象 Adapter 模式
B. 参数 Adapter 模式
C. 类 Adapter 模式
D. 子 Adapter 模式
对象 Adapter 模式;
类 Adapter 模式
类 Adapter 模式
举一反三
- Adapter模式有类适配器模式和对象适配器模式两种类型。
- 关于模式适用性,不适合使用适配器( Adapter )模式的是( )。
- 下面哪种模式不属于创建模式() A: Prototype模式 B: Singleton模式 C: Factory模式 D: Adapter模式
- 下面模式属于行为设计模式的是() A: command模式 B: FactoryMothod模式 C: Beidge模式 D: Adapter模式
- 下面属于创建型模式的有()。 A: 抽象工厂( Abstract Factory )模式 B: 外观(Facade)模式 C: 适配器(Adapter)模式 D: 桥接(Bridge)模式
内容
- 0
下列不属于结构型模式的是( )。 A: Adapter B: Composite C: Flyweigh D: Singleton
- 1
结构型设计模式涉及如何组合类和对象以获得更大的结构,以下__________模式是结构型模式。 A: Adapter B: TemplateMethod C: Mediator D: Observer
- 2
用于增加对象功能的设计模式是______;用于限制对象访问的设计模式是______。 A: Adapter B: Decorator C: Delegation D: Proxy
- 3
以下哪些设计模式都可以用来将抽象部分与实现部分分离() A: 适配器模式(Adapter) B: 装饰模式(Decorator) C: 桥接模式(Bridge) D: 代理模式(Proxy)
- 4
建立Adapter和AdapterView的绑定关系用setAdapter(Adapter)方法