Implementation of the Strategy_Exercise() function as used in the Strategy Pattern. More...
#include <iostream>
#include "Strategy_Exercise.h"
#include "Strategy_ShowEntries_Class.h"
#include "Strategy_SortEntries_Classes.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 | Strategy_Exercise () |
Example of using the Strategy design pattern. | |
Implementation of the Strategy_Exercise() function as used in the Strategy Pattern.
Definition in file Strategy_Exercise.cpp.