โ Back to Interfaces
Question 623
Read-Only Interface Property
Read-Only Interface Property
TheIPersoninterface requires a read-onlyNameproperty. ThePersonclass already declares a get-onlyNameproperty. Finish the constructor so it stores the name it is given. The tester creates aPersonand prints itsName. Do NOT write aMainmethod. Fornew Person("Ada")the program prints: Ada
Expected Output:
Ada
Topics:
Interfaces
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.