Design Pattern Examples
Overview of object-oriented design patterns
adapter_exercise.py File Reference

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

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.adapter
 
namespace  DesignPatternExamples_python.adapter.adapter_exercise
 

Functions

def 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.py.