Question: Write a program in Java Using object Orientation Design to determine the status of Mini Van Sliding Doors. A logical circuit receives a different binary
Write a program in Java Using object Orientation Design to determine the status of Mini Van Sliding Doors. A logical circuit receives a different binary code to allow opening different doors. The doors can be opened by a dashboard switch, inside or outside handle. The inside handle will not open the door if the child safety lock is on or the master lock is on. The gear shift must be in the park to open the door.
A method must be written to indicate the gear shift status and return to main.
A method to display which door is open or can be opened.
A method to show the status of all doors
A method to convert the code to decimal and store in the text file (Character based) as a record.
** MUST USE constructors and methods. The methods should be instantiated by an object. Use simple main. The first bit Stream must be entered by users. The program needs to be interactive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
