Bridge Pattern

来源:互联网 发布:新城吾悦广场网络摇号 编辑:程序博客网 时间:2024/05/29 15:48

Structure

Bridge UML class diagram.svg

Abstraction
defines the abstract interface
maintains the Implementor reference
RefinedAbstraction
extends the interface defined by Abstraction
Implementor
defines the interface for implementation classes
ConcreteImplementor
implements the Implementor interface

本文来自:http://en.wikipedia.org/wiki/Bridge_pattern

原创粉丝点击