Tag Archives: bridge-pattern

Design Patterns: Bridge

The Bridge Design Pattern allows you to decouple the implementation from the abstraction. It means that we can have the implementation separated from our classes and reuse them rather than implementing another hierarchy level.

One simple example mentioned on Stack Overflow is this structure:

2015-35-29 01-35-51-227
Continue reading