Bridge Pattern

The bridge pattern is a design pattern used in software engineering which is meant to "decouple an abstraction from its implementation so that the two can vary independently". The bridge uses encapsulation, aggregation, and can use inheritance to separate responsibilities into different classes.

When a class varies often, the features of object-oriented programming become very useful because changes to a program's code can be made easily with minimal prior knowledge about the program. The bridge pattern is useful when both the class as well as what it does vary often. The class itself can be thought of as the implementation and what the class can do as the abstraction. The bridge pattern can also be thought of as two layers of abstraction.

The bridge pattern is often confused with the adapter pattern. In fact, the bridge pattern is often implemented using the class "adapter pattern", e.g. in the Java code below.

Variant: The implementation can be decoupled even more by deferring the presence of the implementation to the point where the abstraction is utilized.

Read more about Bridge Pattern:  Structure

Famous quotes containing the words bridge and/or pattern:

    It launch’d forth filament, filament, filament, out of itself,
    Ever unreeling them, ever tirelessly speeding them.

    And you O my soul where you stand,
    Surrounded, detached, in measureless oceans of space,
    Ceaselessly musing, venturing, throwing, seeking the spheres to connect them,
    Till the bridge you will need be form’d, till the ductile anchor hold,
    Till the gossamer thread you fling catch somewhere, O, my soul.
    Walt Whitman (1819–1892)

    Although the pattern prevailed,
    The breaks were everywhere. That she could think
    Of no thread capable of the necessary
    Sew-work.
    Gwendolyn Brooks (b. 1917)