Bridge Pattern

Overview

Decouple an abstraction from its implementation so that the two can vary independently.

Participants

Abstraction

RefinedAbstraction

Implementor

ConcreteImplementor

Parameters

Create Pattern Links

Applicability

Use the Bridge pattern when