You are on page 1of 1

Online Shopping System

Class Diagram

Customer
Admin
-id
-id -name
-name -email
-email -address

+updateCatalog() +viewItems()
+addItems() +buyItems()
+removeItems() +addToCart()
+makePayment()

Payment Order
Items
-customerId -orderId
-id -orderNo
-name
-name -dateOrdered
-cardType
-category -dateCreated
-cardNo
-orderStatus
-customerName

ShippingInfo

-shippingID
-shippingType
-shippingAddress

+udateShippingInfo()

You might also like