0 votes
in Design Patterns by
Example of Adapter pattern

1 Answer

0 votes
by

A real life example could be a case of card reader which acts as an adapter between memory card and a laptop. You plugin the memory card into card reader and card reader into the laptop so that memory card can be read via laptop.

...