Applied Design Patterns with Java

Structural :: Adapter (137) {C ch 9}

Applicability

Use the Adapter pattern when:


Structure

A class adapter uses multiple inheritance to adapt one interface to another:

An object adapter relies on object composition:


Participants

Catalog Structural Prev Next