• 2021-04-14
    【多选题】Adapter 模式可以分为()两种类型。
    A. 对象 Adapter 模式
    B. 参数 Adapter 模式
    C. 类 Adapter 模式
    D. 子 Adapter 模式
  • 对象 Adapter 模式;
    类 Adapter 模式

    内容

    • 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)方法