Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binny3213/zoo-project

Build a fictional zoo Project.
https://github.com/binny3213/zoo-project

Last synced: about 2 months ago
JSON representation

Build a fictional zoo Project.

Awesome Lists containing this project

README

        

# Zoo-Project
System Purpose: Developed a Zoo management system for user interaction with a fictional zoo.
Database Management: Maintained a database containing information related to the zoo.
Applied OOP concepts: Utilized encapsulation to protect the integrity of the data and ensure that objects only expose
necessary functionalities. Applied polymorphism to allow animal objects to be treated as instances of their parent class,
enabling flexibility and integration. Implemented inheritance to promote code reuse and establish a hierarchical
relationship between classes.

![image](https://github.com/binny3213/Zoo-Project/assets/90454079/a8140f05-866f-4383-8b19-4b2405cb5b15)