Answered step by step
Verified Expert Solution
Link Copied!

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.

.image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions

Question

c. Will leaders rotate periodically?

Answered: 1 week ago