Bridge
From CSSEMediaWiki
(Difference between revisions)
(New page: The Bridge design pattern is used to "decouple an abstraction from it's implementation so that the two can vary independently" [http://en.wikipedia.org/wiki/Bridge_pattern]) |
|||
Line 1: | Line 1: | ||
− | The Bridge design pattern is used to "decouple an abstraction from it's implementation so that the two can vary independently" [http://en.wikipedia.org/wiki/Bridge_pattern] | + | The Bridge design pattern is used to "decouple an abstraction from it's implementation so that the two can vary independently" [http://en.wikipedia.org/wiki/Bridge_pattern Wikipedia] |
Revision as of 04:21, 16 September 2008
The Bridge design pattern is used to "decouple an abstraction from it's implementation so that the two can vary independently" Wikipedia