Design Pattern: Adapter Pattern in Python
Adapter pattern is used to make two incompatible interfaces compatible and heavily used to accommodate functionality from an old(legacy) interface to a new interface. In this article, we discuss the implementation of the Adapter Pattern in Python.