Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ONS TO BE ATTEMPTED (Conceptual Data Models) Prepare an Object Class Diagram for a Wedding Cake Ordering system with the following description: . For each
ONS TO BE ATTEMPTED (Conceptual Data Models) Prepare an Object Class Diagram for a Wedding Cake Ordering system with the following description: . For each Customer, the system must store Customer ID, Customer Name, Customer Mobile No. Customer Email, and Customer Password. . For each Order, the system must store Order ID, Cake ID ordered (F.K.), Order Date, Delivery Date, Delivery Time, Delivery Venue Address, Order Total, Customer's ID, who placed the Order (F.K.). For each Cake, the system must store Cake ID (P.K.), Cake Name, Cake Type, Cake Price, Recipe No (F.K.). Cakes may be of two types: o Tiered Cakes, for which the No-of-Tiers must be stored - A Tiered cake can have a maximum of 3 tiers, prepared using same Recipe, or each tier can use separate Recipe (1.e. a Tiered Cake consists of number of Recipes, max 3) o Cup Cakes, for which the No-of-Batches prepared must be stored The Cup Cakes are prepared in batches, and each batch can use same Recipe, or maximum 2 different Recipes (i.e. Cup Cakes may also onsist of number of Recipes for a batch, max 2) For each Recipe, the system must store Recipe ID (P.K.). List of Ingredients needed, Cooking time, and the Cake Id (F.K.), for which the Recipe is used also consist of number of Recipes for a For each Recipe, the system must store Recipe ID (P.K.), List of Ingredients needed, Cooking time, and the Cake Id (FK), for which the Recipe is used. Present the Object Class diagram for the description provided above, showing all classes/sub-classes associative classes, the different types of relationships (including generalization specialization relationship, aggregation, etc., if any) with their multiplicities at each side of the relationship, using correct notation in your answer 25 marks)
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