Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

File metadata and controls

14 lines (9 loc) · 486 Bytes

Adapter Pattern

Definition

The Adapter Pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.

Class diagram schema for Object Adapter pattern

Alt text

Class diagram schema for Class Adapter pattern

Alt text

Class diagram of Adapter Pattern example

Alt text