Changes

Jump to: navigation, search

Bridge

66 bytes added, 21:35, 1 March 2007
Real-world Sample code in C#
====Real-world Sample code in C#====
This real-world code demonstrates the Bridge pattern in which a BusinessObject abstraction is decoupled from the implementation in DataObject. The DataObject implementations can evolve dynamically without changing any clients. <br/>Source: http://www.dofactory.com/Patterns/PatternBridge.aspx
<pre>
// Bridge pattern -- Real World example
1
edit

Navigation menu