September 14, 2003

Structural Pattern – Bridge

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

• Use for runtime binding of implementation

• Similar to pattern of abstract base / subclass

Links:

http://www.dofactory.com/Patterns/PatternBridge.aspx

Bridge pattern discussion