Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 499 Bytes

File metadata and controls

5 lines (5 loc) · 499 Bytes

Adapter-Design-Pattern-Low-level-Design-

This respository includes complete implementation of Adapter Design Pattern with explanation . Adapter design pattern is one of the structural design pattern and it is used so that two unrelated interfaces can work together. It is often used to make existing classes work with others without modifying their source code. The pattern involves creating an adapter class that bridges the gap between the interfaces, allowing them to communicate effectively.