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() 1*
+makePayment()
0*
1 1*

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

1
ShippingInfo

-shippingID
-shippingType
-shippingAddress

+udateShippingInfo()

You might also like