Open main menu

CDOT Wiki β

Changes

Bridge

289 bytes removed, 09:52, 11 June 2007
Implementation
</ul>
== Implementation ==When applying the Bridge pattern, consider the following implementation issues:<ul><ul><li>'''Only one Implementor'''</li><li>'''Creating the right Implementor object'''</li><li>'''Sharing implementors'''</li><li>'''Using multiple inheritance'''</li></ul></ul>
== Code Examples ==
1
edit