Adapter Pattern
Type Structural Difficulty ★☆☆☆☆ (Low) Definition Convert an interface in to another interface clients expect, enabling incompatible classes to collaborate. Also known as Wrapper, it encapsulates a target class with a new layer, embodying the principle: "No problem can't be solved by adding one...