December 2015
Beginner to intermediate
195 pages
2h 52m
English
![]()
GoF Definition: Convert the interface of a class into another interface that clients expect. The adapter pattern lets classes work together that couldn’t otherwise because of incompatible interfaces.
The core concept is best described by the examples given below.
The most common example of this type can be found with mobile charging devices. If our charger is not supported by a particular kind of switchboard, we need to use an adapter. Even the translator who is translating language for one person is following this pattern in real life.
In real-life development, in many ...
Read now
Unlock full access