I have made my semester project in java using Object Orientation Programming Concepts covered in course of our 3rd semester. It demonstrates key OOP concepts such as classes, inheritance, polymorphism, abstraction, and encapsulation**.
Features
- Implements core OOP principles which we covered in our coursework.
- Used multiple classes and created a different file for each seprate class and used concep of inheritance to link them.
- Interactive structure which initally displays choices and shows result for chosen choice.
- Whole of the code is written in Java.