โ Back to Encapsulation
Question 495
Read-Only Property from Constructor
Read-Only Property from Constructor
TheBoxclass should have a get-only auto-propertySizethat is assigned once in the constructor and cannot be changed afterward. Do NOT write aMainmethod. Fornew Box(10)the program prints: 10
Expected Output:
10
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.