CJCoding With Joseph

Book Inherits Title

The base class Publication defines a public field Title. Make the Book class inherit from Publication so a Book object has a Title field the tester can set and print. Do NOT write a Main method.

When the tester sets Title to C# Basics and 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.