CJCoding With Joseph

Auto-Implemented Property

Give the Book class a public auto-implemented property named Title of type string with both a get and a set. The tester assigns a title and prints it. Do NOT write a Main method.

For Title = "C# Basics" the program prints:
C# Basics

Expected Output:

C# Basics
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.