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

The Composite_Exercise class used in the Composite Pattern. More...

Go to the source code of this file.

Classes

class  Composite_Exercise
 Example of using the Composite Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Composite_Exercise class used in the Composite Pattern.

Definition in file Composite_Exercise.cs.