Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/binny3213/zoo-project
- Owner: binny3213
- Created: 2024-06-02T15:29:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:37:21.000Z (7 months ago)
- Last Synced: 2024-06-02T17:27:43.789Z (7 months ago)
- Language: C#
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)