Creating your own java

Design and implement your own simple class to represent any household item of your choice (toaster, fan, hairdryer, piano …) Your class should have a constructor, one additional method, and at least one member variable(e.g. boolean isOn to turn the item on or off). Be...