โ Back to Inheritance
Question 503
Book Inherits Title
Book Inherits Title
The base classPublicationdefines a public fieldTitle. Make theBookclass inherit fromPublicationso aBookobject has aTitlefield the tester can set and print. Do NOT write aMainmethod. When the tester setsTitletoC# Basicsand prints it, the program prints: C# Basics
Expected Output:
C# Basics
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.