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: over 1 year ago
JSON representation

an exercise to practice inheritance based on a hospitals peronal and patients

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 >.