โ Back to Encapsulation
Question 486
Default for Empty Input
Default for Empty Input
TheProfileclass has a private fieldname. Add aNameproperty whosegetreturns the field and whosesetstores"Anonymous"when it is given a null or empty string, otherwise it stores the value as-is. Do NOT write aMainmethod. ForName = ""the program prints: Anonymous ForName = "Zoe"the program prints: Zoe
Expected Output:
Anonymous
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.