Structural Pattern

The following is a compilation of articles based on the “Design Patterns: Elements of Reusable Object-Oriented Software,” authored by the Gang of Four.

#Creational Pattern#Structural Pattern#Behavioral Pattern

  • Bridge

    作者:

    分類:

    Bridge pattern is a structural design pattern. Involves further subdividing the features or behaviors of a object, aiming to separate object.

  • Adapter

    作者:

    分類:

    The Adapter pattern (a.k.a Wrapper, similar to Decorator pattern) is a structural design pattern commonly used to wrap a pre-existing class.