subject

Create a parent class called “Home.” This should have methods and variables to access and change the power status and the room they are located in. Create Child Classes called “Entertainment,” “Appliance,” “Security,” and “Light.” These should all inherit from “Home”. Create Child Classes that inherit from “Entertainment” that include “Music” and “Television”. Create Child Classes that inherit from “Appliance” that include “HVAC,” “Oven,” and“Refrigerator”. Create Child Classes that inherit from “Security” that include “MotionSensor” and “Camera”.Each class should have constructors and member variables. Keep variables private; only allow
methods to access them. Populate each class with relevant functionality. Be
sure to locate methods in the appropriate hierarchy. If functionality is common across all “Entertainment” devices, then put that in the “Entertainment” class. If something is unique to “Television,” then put it in that class. Instantiate at least one instance of the following in your main program: Light, Music, Television, HVAC, Oven, Refrigerator, MotionSensor, and Camera. This should be in a new file called "Home. java”. As with the previous assignment, allow users the ability to input specific commands. You should have at least 12 distinct commands of your choosing; however, one of them should be “Help.” When the user types “Help,” have the system print out all commands for reference. Each command should control one or more devices.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 14:30
Asoftware program that includes tools for entering, editing, and formatting text and graphics is called a word processing program. true or false?
Answers: 1
question
Computers and Technology, 23.06.2019 14:00
How are stop motion special effects in animated films created
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Which task uses a simple parameter?
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
Write an expression that will cause the following code to print "equal" if the value of sensorreading is "close enough" to targetvalue. otherwise, print "not equal". ex: if targetvalue is 0.3333 and sensorreading is (1.0/3.0), output is:
Answers: 1
You know the right answer?
Create a parent class called “Home.” This should have methods and variables to access and change the...
Questions
question
Mathematics, 29.08.2019 04:20
Questions on the website: 13722363