โ Back to Encapsulation
Question 482
Private Setter
Private Setter
TheProductclass should expose aNameproperty that anyone can read but only the class itself can change. Add aNameproperty with a publicgetand aprivate set, and assign it inside the constructor. Do NOT write aMainmethod. Fornew Product("Pen")the program prints: Pen
Expected Output:
Pen
Topics:
Encapsulation
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.