Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/z1skgr/hospital_-_zoo.java
- Owner: z1skgr
- Created: 2022-03-10T04:36:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:36:12.000Z (about 1 month ago)
- Last Synced: 2024-11-21T11:32:55.109Z (about 1 month ago)
- Topics: class-hierarchy, development, eclipse, inheritance, isa, java, polymorphism
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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