Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Bridge_Exercise.h
Go to the documentation of this file.
1
5
6#pragma once
7#ifndef __BRIDGE_EXERCISE_H__
8#define __BRIDGE_EXERCISE_H__
9
11{
12 void Bridge_Exercise();
13
14} // end namespace
15
16#endif // __BRIDGE_EXERCISE_H__
17
The namespace containing all Design Pattern Examples implemented in C++.
void Bridge_Exercise()
Example of using the Bridge design pattern.