Skip to content

This Java program simulates a shopping cart where users add products with name, price, and quantity. It uses encapsulation, abstraction, and polymorphism to apply festive or bulk discounts. The total amount is calculated and paid using an interface-based payment method. Simple, modular, and interactive.

Notifications You must be signed in to change notification settings

baluc3329k/E-commerce-app-using-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

E-commerce-app-using-java

This Java program simulates a shopping cart where users add products with name, price, and quantity. It uses encapsulation, abstraction, and polymorphism to apply festive or bulk discounts. The total amount is calculated and paid using an interface-based payment method. Simple, modular, and interactive.

About

This Java program simulates a shopping cart where users add products with name, price, and quantity. It uses encapsulation, abstraction, and polymorphism to apply festive or bulk discounts. The total amount is calculated and paid using an interface-based payment method. Simple, modular, and interactive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages