Adapter

Home > Computer Science > Software Engineering > Software design patterns > Adapter

Adapter is a structural design pattern that allows objects with incompatible interfaces to collaborate by introducing a middleman that converts one interface to another.