Skip to content

deepakPITT/E-commece-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# E-commece-System

E-commerce System is a Java Swing application developed using object-oriented concepts. Application has three user work area for Suppliers, Customer and Admin Area.Admin can create new supplier,Supplier has rights to add new products, edit or delete products and customer can browse and purchase products.

OBJECT MODEL
The object model consists hierarchy of Business,SupplierDirectory,ProductCatalog,Customer Directory,Master OrderList. Business holds the entire application, Supplier Directory contains supplier and supplier has respective product catalog. Product Catalog contains product and product contains orderItem. Order Item contains order and order consits of Customer. Master Order List contains all orderitems.

Application utilizes object oriented concepts such as polymorphism,inheritance,abstraction etc.Singleton design pattern is implemented in it's design.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages