Question: Write a Widget class according to the UML Diagram. WidgetFactory - numWidgets : int - WIDGETS_PER_HOUR: double = 10.0 |- NUM_SHIFTS: int = 2

Write a Widget class according to the UML Diagram. WidgetFactory - numWidgets : int - WIDGETS_PER_HOUR: double = 10.0 |- NUM_SHIFTS: int = 2 - HOURS_PER_SHIFT: int = 8 + setNumWidgets(n: int): void +getNumWidgets(): int +getDaysToProduce(): double Write a WidgetTester class that creates an instance of the class. Pass the number of widgets to the object, and call the object's method that displays the number of days it will take to produce that many widgets. Widget Manufacturing Co. Widget Manufacturing Company
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
