Question: Write a Java class which models a household appliance (e.g. oven, microwave, refrigerator, washing machine, etc.). Your class should have at least two meaningful attributes,
Write a Java class which models a household appliance (e.g. oven, microwave, refrigerator, washing machine, etc.). Your class should have at least two meaningful attributes, one method to do some action on or for the object, and one method to display the values of the attributes to the console. In your main method create an instance of the object and call your methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
