Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 179 Bytes

File metadata and controls

3 lines (2 loc) · 179 Bytes

Adapter

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