Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 195 Bytes

File metadata and controls

2 lines (2 loc) · 195 Bytes

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.