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

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"
Include dependency graph for Strategy_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 Strategy_Exercise ()
 Example of using the Strategy design pattern.
 

Detailed Description

Implementation of the Strategy_Exercise() function as used in the Strategy Pattern.

Definition in file Strategy_Exercise.cpp.