Introduction to OOP | Chapter 24: Design Patterns : | next | previous | audio | real | text |
The client requires a certain interface, and while the server provides the necessary functionality, it does not support the interface.
The adapter changes the interface, without actually doing the work.