1
edit
Changes
Bridge
,no edit summary
__TOC__
== Introduction ==
The '''bridge pattern''' is a design pattern used in software developing, decouple an abstraction from its implementation so that the two can vary independently. It is also known as Handle or Body.
== UML Structure ==
== Applicability ==
== Participants ==
== Collaborations ==
== Consequences ==
== Implementation ==
== Code Examples ==
== Related Patterns ==
Abstract Factory
Adapter
== References ==
== Other ==
== Introduction ==
The '''bridge pattern''' is a design pattern used in software developing, decouple an abstraction from its implementation so that the two can vary independently. It is also known as Handle or Body.
== UML Structure ==
== Applicability ==
== Participants ==
== Collaborations ==
== Consequences ==
== Implementation ==
== Code Examples ==
== Related Patterns ==
Abstract Factory
Adapter
== References ==
== Other ==