Adapter - Design Pattern
Objective đŻ
Allow objects with different interfaces to communicate between themselves. It works as a bridge between two incompatible objects/interfaces.
Type â
âBehavioral: Describes how objects interact/communicate between themselves.
âCreational:...
victorlins.hashnode.dev2 min read