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

Implementation of the NullObject_Exercise() function as used in the Null Object Pattern. More...

#include <iostream>
#include "helpers/formatstring.h"
#include "NullObject_Exercise.h"
#include "Null_Object.h"
Include dependency graph for NullObject_Exercise.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Functions

void NullObject_Exercise ()
 Example of using the Null Object design pattern.
 

Detailed Description

Implementation of the NullObject_Exercise() function as used in the Null Object Pattern.

Definition in file NullObject_Exercise.cpp.