Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z1skgr/hospital_-_zoo.java

Understanding object oriented fundimentals
https://github.com/z1skgr/hospital_-_zoo.java

class-hierarchy development eclipse inheritance isa java polymorphism

Last synced: 30 days ago
JSON representation

Understanding object oriented fundimentals

Awesome Lists containing this project

README

        

# Java OOP
> First steps on java implementing programs preserving Hospital and Zoo records

## Parts
* [Inheritance](Inheritance/README.md)
* [ClassDesign](ClassDesign/README.md)

## Setup
Java IDE environment (Eclipse implemented)

* Import project to eclipse workshop
* Run as Java application

## Acknowledgements
- These projects were one of my very first projects for learning Java.
- Created for the requirements of the lesson Structured Programming.
- Implementation focus on Class Hierarchy and Polymorphism