Open main menu

CDOT Wiki β

Changes

Bridge

261 bytes removed, 20:26, 1 March 2007
Introduction
__TOC__
== Introduction ==
The '''Bridge pattern''' is intended to decouple an abstraction from its implementation so both can vary independently. For example, a significant maintenance headache entails the coupling that occurs between custom classes and the class libraries they use. Bridges are useful for minimizing this coupling by providing an abstract description of the class libraries to the client. The Bridge pattern is also know as Handle/Body.
== UML Structure ==
1
edit