Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Bridge
193 bytes added
,
18:35, 1 March 2007
→
Consequences
== Consequences ==
The Bridge pattern has the following consequence:
<ul>
<li>Decoupling interface and implementation</li>
<li>Improved extensibility</li>
<li>Hiding implementation detail from clients</li>
</ul>
== Implementation ==
Vlam6
1
edit