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

The Strategy_Exercise class used in the Strategy Pattern. More...

Go to the source code of this file.

Classes

class  Strategy_Exercise
 Example of using the Strategy Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Strategy_Exercise class used in the Strategy Pattern.

Definition in file Strategy_Exercise.cs.