Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selimhorri/strategy-pattern
Design Pattern Implementation
https://github.com/selimhorri/strategy-pattern
design-patterns java strategy-pattern
Last synced: 3 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T18:09:44.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T09:02:35.972Z (almost 2 years ago)
- Topics: design-patterns, java, strategy-pattern
- Language: Java
- Homepage:
- Size: 333 KB
- Stars: 10
- Watchers: 1
- 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)
![class (1)](https://user-images.githubusercontent.com/40203497/108915617-70065080-762d-11eb-8ccb-87249c26de5a.png)