Skip to content

sachin428zz/Oops-Project

Repository files navigation

Online Shopping Billing System – Java OOP Project

This project is developed using Object-Oriented Programming concepts in Java. It allows a customer to select multiple products, add them to the cart, and generate the final bill based on quantity and price.

OOP Concepts Used

✔ Class & Object
✔ Constructor
✔ Encapsulation
✔ Inheritance (can be extended further)
✔ Polymorphism (method overriding can be added)
✔ Array / ArrayList
✔ User Interaction with Scanner

Features

  • Product list display
  • Add multiple items to cart
  • Auto price calculation
  • Final billing with totals

How to Run

Compile and execute the Java file:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages