Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

CLASS DIAGRAM

Operator
Id : Char

Operator_Name : char

+MaintainLedger()

+DoQualityCheck()

Software Order Details Supplier


Id : Char
SystemId : Char ProdId : Char
Name : char
+OrderStock() No OfProds : Integer
+SupplyStocl()
+SellStock() +ShowOrderDeails()
+TrackOrders()
+ReturnStock()

Product
Id : Char

Name : char

+AddProducts()

+DeleteProducts()

+ShowProducts()

+ModifyProduct()

You might also like