C Sharp (C#) - Properties and Encapsulation
You want to create a class
Book with an auto-implemented property Title that can be read publicly but only set privately within the class. Which code snippet correctly implements this?