Design Patterns - The Adapter Pattern
This entry was posted on 10/9/2006 11:21 AM and is filed under Design Patterns.
I will begin my SRA-University course on Software Design Patterns on October 25th. The first pattern I will discuss is the Adapter pattern.
This is used to convert the interface of a class into another interface clients expect.
The Adapter pattern lets classes work together that couldn't otherwise because of
incompatible interfaces. I will post slides and code soon after the class date.