https://github.com/selimhorri/strategy-pattern
Design Pattern Implementation
https://github.com/selimhorri/strategy-pattern
design-patterns java strategy-pattern
Last synced: 11 months ago
JSON representation
Design Pattern Implementation
- Host: GitHub
- URL: https://github.com/selimhorri/strategy-pattern
- Owner: SelimHorri
- Created: 2021-02-22T20:24:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T18:09:44.000Z (about 5 years ago)
- Last Synced: 2025-03-26T06:51:09.991Z (11 months ago)
- Topics: design-patterns, java, strategy-pattern
- Language: Java
- Homepage:
- Size: 333 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ==>> Strategy behaviour pattern impl <<==
#### Written in Java <3 <3
### We have come to a conclusion that Strategy pattern is the ideal solution to resolve the problem assigned for us
- class(1) => Class diagram of the Strategy pattern (based on the problem)
