Management information system - Java
- naortm
- Jul 12, 2022
- 1 min read
Updated: Sep 20, 2022
Here I have a information system for a night club.
The system is separated with classes, demonstrate work with OPP.
for example there is Solider class, Student Class, and Person, and each one had their own class, and they all inherit this from Person.
In the app, the club`s manager can arrange his customers, save their information etc.
Here is a link to GitHub: https://github.com/NaorTIRAM/Night-Club-app---java

Comentários