Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/inheritance-practice-exercie
an exercise to practice inheritance based on a hospitals peronal and patients
https://github.com/thieryw/inheritance-practice-exercie
Last synced: about 2 months ago
JSON representation
an exercise to practice inheritance based on a hospitals peronal and patients
- Host: GitHub
- URL: https://github.com/thieryw/inheritance-practice-exercie
- Owner: thieryw
- License: mit
- Created: 2020-04-12T11:08:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T22:51:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-22T16:57:42.961Z (3 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java exercise on inheritance.
an exercise to practice inheritance based on a hospitals personal and patients
# How tu run
To run; compile Hospital.java file with the folowing command: < javac Hospital.java >.
then run using < java Hospital >.