Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. Draw CRC card for use cases create order, and edit order initiated by Customer class. . Class Diagram for Order Processing System Customer Order
2. Draw CRC card for use cases create order, and edit order initiated by Customer class.
.
Class Diagram for Order Processing System Customer Order 0..1 1.. - - Customer : Int - CustomerName : String - Address : String - Phone : Int + AddCustomer + Edit Customer + DeleteCustomer - Orderld: Int - Customerld: Int - CustomerName : String - ProductId : Int - Amount: Float - OrderDate : Datetime + CreateOrder(); + Editorder(Int Orderld) Stock - ProductId : Int - Quatity : Int - ShopNo : Int + AddStock() + ModifyStock(int Productid) + SelectStockitem(Int Productld) Product - ProductId : Int - ProductPrice : Float - ProductType : String + AddProduct) + ModifyProduct() + SelectProduct(Int Productld)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started