System Design ( Day - 52 )
Adapter Design Pattern
DefinitionAdapter converts the interface of a class into another interface that client expects, adapter let’s classes work together that couldn’t otherwise because of incomplete interfaces.
📦 1. Real-World Example: XML → JSON ...
systemdesignbymanoj.hashnode.dev2 min read