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

The NullObject_Exercise class used in the Null Object Pattern. More...

Go to the source code of this file.

Classes

class  NullObject_Exercise
 Example of using the Null Object Pattern in C#. More...
 

Namespaces

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

Detailed Description

The NullObject_Exercise class used in the Null Object Pattern.

Definition in file NullObject_Exercise.cs.