Adapter Design Pattern in Java

In this article we will look into Adapter Design Pattern in java and try to understand what problem it solves and its practical use case. Adapter design pattern is one of the structural design pattern and is used to make two unrelated interfaces work together. The object that joins these unrelated interfaces is called an … Read more