Skip to content
Kami edited this page Mar 11, 2015 · 1 revision

Intent:

Decouple an abstraction from its implementation so that the two can vary independently.

Structure:

Example:

Use Bridge Pattern:

Reference:

http://en.wikipedia.org/wiki/Bridge_pattern

Clone this wiki locally