Design Pattern Examples
Overview of object-oriented design patterns
Adapter_Exercise.cs File Reference

The Adapter_Exercise class used in the Adapter Pattern. More...

Go to the source code of this file.

Classes

class  Adapter_Exercise
 Example of using the Adapter Pattern in C#. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Adapter_Exercise class used in the Adapter Pattern.

Definition in file Adapter_Exercise.cs.