โ Back to Inheritance
Question 550
Sealed Method Override
Sealed Method Override
Basehas avirtualmethodInforeturning"base". CreateMiddlethat inherits fromBaseand provides asealed overrideofInforeturning"middle", which stops any further class from overriding it. Then createLeafthat inherits fromMiddleand adds nothing. Do NOT write aMainmethod. For aLeafthe program prints: middle
Expected Output:
middle
Topics:
Inheritance
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.