Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer should be in C++ Design a multifunction toaster over: The oven will have four dials/selectors as listed below: A Function selector: Toast, Broil, Warm,

Answer should be in C++

image text in transcribed

Design a multifunction toaster over: The oven will have four dials/selectors as listed below: A Function selector: Toast, Broil, Warm, Bake (no need to set the time and the temperature when on Toast) A temperature selector: used to set temp from 0-450 degree Fahrenheit A time selector: used to set time from 0 to 60 minutes A toast selector: light (sets time to 1 min.), mild (Sets time to 2 min.), dark (sets time to 3 min). Time is automatically set by the toaster selection. The user opens the oven door, pulls the oven tray out, places the food in the tray, pushes the try back in, closes the oven door then sets the dials (not all of them necessarily). Oven has a light indicator that goes on when oven is in use. When oven is done a bell rings and the light goes off a) Pick a specific scenario and completely describe it with all possible variations if any. Generate a UML diagram for your use case. (2pts) b) Identify the classes and operations, use CRC cards. (Spts) c) Present the class diagram for your design. Include all multiplicities. (5pts) d) Draw a sequence diagram for the use case in part (a) (3pts) e) Code your design (5pts)

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

Students also viewed these Databases questions