Implementation of the EntryInformation class as used in the Strategy Pattern. More...
Go to the source code of this file.
Classes | |
class | EntryInformation |
Represents an individual with a Name, Age, and Height. More... | |
Namespaces | |
namespace | DesignPatternExamples_python |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. | |
namespace | DesignPatternExamples_python.strategy |
namespace | DesignPatternExamples_python.strategy.strategy_entryinformation |
Implementation of the EntryInformation class as used in the Strategy Pattern.
Definition in file strategy_entryinformation.py.