Draw a domain class diagram for the following scenarios: - In an online bakery shop, a customer can place as many orders as possible. The customer required to provide personal details such as email, full name and phone number when they sign-up for an account. Each order is made by a particular customer. It is likely that a customer does not place any orders at all. A recorded order contains the date of order, the status of delivery and promotion code (if any). Each of the customers must have at least one delivery address. The customer has an option to set the delivery address as the default address. A delivery address shall not exist without a customer. An order is sent to one delivery address, while a delivery address might be used for many orders. The delivery address will exist even without the order. Order must contain at least one cake. The cakes available in the bakery is possible not been ordered by anyone. The customer can see the cake description, price and picture of the cake from the online shop.

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

Draw a domain class diagram for the following scenarios: -
In an online bakery shop, a customer can place as many orders as possible. The customer required
to provide personal details such as email, full name and phone number when they sign-up for an
account. Each order is made by a particular customer. It is likely that a customer does not place
any orders at all. A recorded order contains the date of order, the status of delivery and promotion
code (if any). Each of the customers must have at least one delivery address. The customer has an
option to set the delivery address as the default address. A delivery address shall not exist without
a customer.
An order is sent to one delivery address, while a delivery address might be used for many orders.
The delivery address will exist even without the order. Order must contain at least one cake. The
cakes available in the bakery is possible not been ordered by anyone. The customer can see the
cake description, price and picture of the cake from the online shop.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Software Development
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