https://github.com/pprattis/zoo-simulation
A program that simulates a Zoo which is an exercise on classes, interfaces, inheritance and lists.
https://github.com/pprattis/zoo-simulation
classes inheritance interface java programm student
Last synced: 4 months ago
JSON representation
A program that simulates a Zoo which is an exercise on classes, interfaces, inheritance and lists.
- Host: GitHub
- URL: https://github.com/pprattis/zoo-simulation
- Owner: pprattis
- License: mit
- Created: 2019-10-11T09:36:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T09:37:26.000Z (over 6 years ago)
- Last Synced: 2025-03-29T20:44:46.762Z (10 months ago)
- Topics: classes, inheritance, interface, java, programm, student
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Java Project
**This is a simple java project from my early days as a Computer Science student**
_This programm was created for the second semester class Object-oriented Programming
and is one of a few such simple java programms neccessary to pass the class_
> #### Description of project
>
>>A program that simulates a Zoo which is an exercise on classes, interfaces, inheritance and lists.
> #### About this project
>
> - The comments to make the code understandable, are within the .java archive
> - This program was written in Eclipse IDE
> - This repository was created to show the variety of my work I did and experience I gained as a student
>