Develop a class diagram for following description:

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.5: A Closer Look: Uml Class And Object Diagrams
Problem 7E
icon
Related questions
Question
Task 4 Develop a class diagram for following description:
Develop a class diagram for following description:
The telephone agent uses an order registry and customer catalog to obtain access to an
order & a customer respectively.
The order registry uses an order number as a qualifier to select particular order instance. A
customer catalog uses customer name and phone number as a qualifier to select particular
customer.
The attributes of an order are the order numbers and time when it is placed. The order
consists of many items.
An item has item_number, a quantity, unit price. It also has reference to catalog item which
represents listing.
When an order is cancelled or corrmitted, it cancels or commits each of its items first.
When an order's total price method is invoked, the order calls the total price method of
each of items and returns the sum.
Transcribed Image Text:Task 4 Develop a class diagram for following description: Develop a class diagram for following description: The telephone agent uses an order registry and customer catalog to obtain access to an order & a customer respectively. The order registry uses an order number as a qualifier to select particular order instance. A customer catalog uses customer name and phone number as a qualifier to select particular customer. The attributes of an order are the order numbers and time when it is placed. The order consists of many items. An item has item_number, a quantity, unit price. It also has reference to catalog item which represents listing. When an order is cancelled or corrmitted, it cancels or commits each of its items first. When an order's total price method is invoked, the order calls the total price method of each of items and returns the sum.
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr