Design Pattern Examples
Overview of object-oriented design patterns
Bridge_Exercise.cs File Reference

The Bridge_Exercise class used in the Bridge Pattern. More...

Go to the source code of this file.

Classes

class  Bridge_Exercise
 Example of using the Bridge Pattern in C#. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Bridge_Exercise class used in the Bridge Pattern.

Definition in file Bridge_Exercise.cs.