Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 468 Bytes

File metadata and controls

3 lines (3 loc) · 468 Bytes

Adapter Pattern is a structural design pattern which allows objects with incompatible interfaces to work together. Think of it as a translator between two incompatible interfaces, converting the interface of a class into one that a client expects. This pattern is particularly useful when you want to integrate new components into existing systems without modifying the existing code. For more details: https://medium.com/@dnzcnyksl/adapter-pattern-in-c-e91cd878b6ae