CJCoding With Joseph

Read-Only Property from Constructor

The Box class should have a get-only auto-property Size that is assigned once in the constructor and cannot be changed afterward. Do NOT write a Main method.

For new 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.