โ Back to Encapsulation
Question 463
Property With a Backing Field
Property With a Backing Field
Create a classUserwith aprivate string namebacking field and a publicNameproperty. Thegetreturns the field; write thesetso it storesvalueinto the field. Do not write aMainmethod. After settingNameto"Alice"the program prints: Alice
Expected Output:
Alice
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.