This project is a basic University Management System implemented in Java. It showcases fundamental Object-Oriented Programming (OOP) principles such as:
- Encapsulation: Ensuring data is accessed only through methods defined for the class.
- Inheritance: Utilizing parent-child class relationships to reduce code redundancy.
- Polymorphism: Allowing objects to take many forms, enabling flexible method handling.
- Manage students, courses, and university staff.
- Basic operations like adding, removing, and listing entities in the system.
(To be updated)