https://github.com/binny3213/zoo-project
Build a fictional zoo Project.
https://github.com/binny3213/zoo-project
Last synced: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:37:21.000Z (about 1 year ago)
- Last Synced: 2025-01-13T03:30:51.598Z (6 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.