โ Back to Encapsulation
Question 499
Derived Boolean Property
Derived Boolean Property
ThePersonclass has an auto-propertyAge. Add a read-only propertyIsAdultthat istruewhenAgeis 18 or greater andfalseotherwise. Do NOT write aMainmethod. ForAge = 18the program prints: True ForAge = 15the program prints: False
Expected Output:
True
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.