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

Implementation of the Adapter_Exercise() function as used in the Adapter Pattern. More...

#include "Adapter_Exercise.h"
#include "Adapter_FrontEndClass.h"
#include <iostream>
Include dependency graph for Adapter_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 Adapter_Exercise ()
 Example of using the Adapter Pattern.
 

Detailed Description

Implementation of the Adapter_Exercise() function as used in the Adapter Pattern.

Definition in file Adapter_Exercise.cpp.