โ Back to Encapsulation
Question 478
Auto-Implemented Property
Auto-Implemented Property
Give theBookclass a public auto-implemented property namedTitleof typestringwith both agetand aset. The tester assigns a title and prints it. Do NOT write aMainmethod. ForTitle = "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.