Question: Write the definition of a class named LightSetting. The class should have: privateint field named brightnessLevel with a corresponding getter and setter; private String field
Write the definition of a class named LightSetting. The class should have:
privateint field named brightnessLevel with a corresponding getter and setter;
private String field named color with a corresponding getter and setter;
Write a constructor for the LightSetting class that:
allows the user to set a custom color;
sets the brightnessLevel to representing a default medium brightness level.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
