https://github.com/gozeloglu/pizza-store-simulation
Spring 2017-2018
https://github.com/gozeloglu/pizza-store-simulation
Last synced: about 19 hours ago
JSON representation
Spring 2017-2018
- Host: GitHub
- URL: https://github.com/gozeloglu/pizza-store-simulation
- Owner: gozeloglu
- Created: 2018-06-04T19:36:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T20:06:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T09:30:37.797Z (over 1 year ago)
- Language: Java
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pizza Store Simulation
This program has been implemented in Java language.
# RUN
`$ javac *.java`
`$ java Main `
The program creates the `output.txt` file after execution.
Decorator Pattern and Data Access object have been used while implementing this project.