https://github.com/raveensr/hotel-program
A simple CLI based application for managing rooms in a hotel
https://github.com/raveensr/hotel-program
Last synced: 4 months ago
JSON representation
A simple CLI based application for managing rooms in a hotel
- Host: GitHub
- URL: https://github.com/raveensr/hotel-program
- Owner: RAVEENSR
- Created: 2017-02-19T05:37:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T06:14:22.000Z (over 8 years ago)
- Last Synced: 2025-01-01T07:25:32.715Z (6 months ago)
- Language: Java
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel-Program
This is a CLI based programme which has 2 versions.Versions:
- With OOP concept.
- Without OOP concept.
The purpose of this project was to understand the importance and the simplicity of usage in OOP Concept.Full detailed requirements about the application is availble in [Details.pdf](../master/Details.pdf) file.