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"
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. | |
Implementation of the NullObject_Exercise() function as used in the Null Object Pattern.
Definition in file NullObject_Exercise.cpp.