- This is a system I made it in JAVA.
- This System i made it with the help of UML Diagram and Basis on requirements i made this shopping cart system.
- This System is in very Understandable format, in which everyone can understand how this system works.
- There are number of classes i made to build this system in very understandable manner.
- This System is very useful to those people who are beginners in the JAVA language.
- This whole Project is available on GitHub.
List of Classes I made in this System
- Cart.java
- CartTest.java
- Customer.java
- Date.java
- Product.java
- DisscountProduct.java
- Name.java
- Order.java
- PricePolicy.java
- RewardProcessor.java
#1. Cart.java
- This above code generates the Login form in the system automatically.
#2. CartTest.java
- This above code describes how this data will store into database.
- This class also check the user is Authentication process by comparing user Credentials.
#3 Customer.java
