An example of the Adapter Pattern

COM1204, Summer 2003, Professor Futrelle

Version of 4 July, 2003


What this is about

In the Adapter Pattern, some other class or object of another class is used so that methods with some useful names pass on their request to the other, existing class. More than one other class can be involved also, getting beyond the single inheritance limitations of Java.

Basic links:


Go to the COM1204 code examples page.

Return to Prof. Futrelle's home page