โ Back to Inheritance
Question 513
SmartPhone Adds A Method
SmartPhone Adds A Method
A derived class keeps everything it inherits and can add new members of its own.SmartPhoneinheritsCall()fromPhone. Add a public method namedBrowseWebtoSmartPhonethat printsBrowsing. Do NOT write aMainmethod. When the tester callsCall()thenBrowseWeb(), the program prints: Calling Browsing
Expected Output:
Calling Browsing
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.