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

Implementation of the Decorator_Exercise() function as used in the Decorator 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.decorator
 
namespace  DesignPatternExamples_python.decorator.decorator_exercise
 

Functions

def Decorator_Exercise ()
 Example of using the Decorator Pattern.
 

Detailed Description

Implementation of the Decorator_Exercise() function as used in the Decorator Pattern.

Definition in file decorator_exercise.py.