https://github.com/osukaa/strategy-pattern
Implementation of the Strategy pattern from the book Head First: Design Patterns. Changing Java to C#.
https://github.com/osukaa/strategy-pattern
Last synced: 5 months ago
JSON representation
Implementation of the Strategy pattern from the book Head First: Design Patterns. Changing Java to C#.
- Host: GitHub
- URL: https://github.com/osukaa/strategy-pattern
- Owner: osukaa
- Created: 2011-07-26T03:18:44.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-26T04:19:03.000Z (almost 15 years ago)
- Last Synced: 2025-09-12T03:35:30.205Z (11 months ago)
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the implementation of the Strategy Pattern as is on the book "Head First: Design Patterns". The only restriction is using C# instead of Java.
This was a college assignment for the class "Analysis & Design 2" from the career "Informatics and Systems Engineering" from the University Rafael Land�var.
Date: 25/07/2011
Author: Oscar Funes