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

The Decorator_Exercise class used in the Decorator Pattern. More...

Go to the source code of this file.

Classes

class  Decorator_Exercise
 Example of using the Decorator Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Decorator_Exercise class used in the Decorator Pattern.

Definition in file Decorator_Exercise.cs.