Bridge Pattern
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
The bridge pattern lets you vary the abstraction independently of the implementation, thus decoupling the two in the process.
Search
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
The bridge pattern lets you vary the abstraction independently of the implementation, thus decoupling the two in the process.