Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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