Adapter Pattern
Adapter Pattern allows two incompatible interfaces to work together by creating a wrapper around one to make it compatible with the other interface.
Adapter Pattern allows two incompatible interfaces to work together by creating a wrapper around one to make it compatible with the other interface.