Design Patterns - The Adapter Pattern
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.

Comments