Page 1 of 1

Design a home heating controller system.The controller: 1)Measures the current temperature 2)Evaluates heater state and

Posted: Fri Jul 01, 2022 5:34 am
by answerhappygod
Design a home heating controller system.The controller:
1)Measures the current temperature
2)Evaluates heater state and turns heater on or off.
3)Get current heater state
There is a maximum temperature limit which the heater can beset.Heater can be turned on/off by the heating controller.It alsohas a manual on/off switch.There is only one heater and onecontroller in a typical home.
a.)determine appropriate classes,member variables andfunctionsfor this home heating system.Draw class diagrams usingUML.
b.)write code to implement the classes.Create necessary objectsfor the heating controller system.Show how the system will run.