Question: i need the code by java(netbeans) SE 324 - Software Architecture & Design (Lab) The supplied Java code is for a car cruise control system.
SE 324 - Software Architecture & Design (Lab) The supplied Java code is for a car cruise control system. This cruise control system consists of the following parts to control the car speed: Brake, Engine, and Shaft. Those parts may be purchased from GM and/or Chevy companies. The software team needs to test the creation of cruise control with the following combinations: Brake Engine Shaft Allowed Parts Combination First combination Second combination GM GM Chevy GM GM GM Use Abstract Factory design pattern to ensure the required combination when creating the cruise control objects: 1) (15%] Draw Your design as UML class diagram. 2) (85%] Change the code to create the cruise control objects with the above two combination. Use the main() method for unit testing. SE 324 - Software Architecture & Design (Lab) The supplied Java code is for a car cruise control system. This cruise control system consists of the following parts to control the car speed: Brake, Engine, and Shaft. Those parts may be purchased from GM and/or Chevy companies. The software team needs to test the creation of cruise control with the following combinations: Brake Engine Shaft Allowed Parts Combination First combination Second combination GM GM Chevy GM GM GM Use Abstract Factory design pattern to ensure the required combination when creating the cruise control objects: 1) (15%] Draw Your design as UML class diagram. 2) (85%] Change the code to create the cruise control objects with the above two combination. Use the main() method for unit testing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
