11 Prove
Adapter Pattern
Objectives
Learn about the Adapter pattern.
Introduction
The adapter pattern is extremely useful when you have two parts of your code that need to work together, but you can't modify the existing code.
Assignment
-
Read this overview of the Adapter pattern.
-
Take a look at the following Stack Overflow posts that show some real life examples of the Adapter pattern:
-
Understand the difference between the Adapter pattern and the Proxy Pattern.
Make sure to complete the accompanying quiz for this assignment on I-Learn.