โ Back to Classes
Question 37
Light Mutators
Light Mutators
Create a class Light with a private bool isOn. Add methods turnOn(), turnOff(), and isOnState() const. Do NOT write a main function.
Expected Output:
1
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.