This repository contains solutions for the Milestone 1 Core Java OOP Coding Assignment.
The project demonstrates fundamental Object-Oriented Programming concepts in Java, including:
- Classes and Objects
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation
CollegeStudent.java– Represents student details and behaviors.Employee.java– Models employee attributes and methods.Product.java&ProductBilling.java– Demonstrates object relationships and billing logic.Student.java– Additional student class for practice.Main.java– Entry point to run and test the program.
- Clone the repository:
git clone https://github.com/stac7starbucks-jpg/Milestone-1-Core-Java-OOP-Coding-Assignment.git