Bridge Pattern - Visual FoxPro Wiki - To help understand what we might be able to do in this world, this section provides a couple of stories of where we need to get to. Bridge Pattern - Visual FoxPro Wiki
Bridge Patterns in C# - Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently. Bridge Patterns in C#
Design Pattern Synopses - Synopses of design patterns from the book Patterns in Java Volume 1: A Catalog of Reusable Design Patterns by Mark Grand Illustrated with UML Design Pattern Synopses
Felix Colibri- Abstract Factory and Bridge Design Patterns - presentation and Delphi sources for the Abstract Factory and Bridge patterns, used in the Lexi Document Editor case study from the GOF book Felix Colibri- Abstract Factory and Bridge Design Patterns
Design Patterns said,
September 19, 2007 @ 12:48 amWhat is the difference between Bridge design pattern and decorator design pattern?