Skip to main content

Adapter Pattern

A structural design pattern that allows incompatible interfaces to work together by wrapping an object in an adapter

A structural design pattern that allows incompatible interfaces to work together by wrapping an object in an adapter

Definition

A structural design pattern that allows incompatible interfaces to work together by wrapping an object in an adapter