#adapter-design-pattern
Read more stories on Hashnode
Articles with this tag
The Adapter Design Pattern is a structural design pattern that allows two incompatible interfaces to work together without modifying their code. It...
The Adapter design pattern is a structural design pattern. What is structural design pattern ? Structural Design Patterns help in building the...