A class contains an auto-implemented property named Title. Which of the following is the correct way for

Question:

A class contains an auto-implemented property named Title. Which of the following is the correct way for the default constructor to assign the string “Unknown” to the variable associated with the property?

a. _Title = "Unknown"

b. _Title.strTitle = "Unknown"

c. Title = "Unknown"

d. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: