Adapter Design Pattern
Intent
It allows the interface of an existing class to be used as another interface. It is often used to make existing classes work with others without modifying their source code. So, it lets classes work together that couldn't otherwise because of ...
metwalli.hashnode.dev2 min read