Solved

[C#6] Which of the Following Statements Is False

Question 24

Multiple Choice

[C#6] Which of the following statements is false


A) Prior to C# 6,auto-implemented properties required both a get and a set accessor.
B) Client code can use C# 6 getter-only auto-implemented properties only to get each property's value.
C) C#6 getter-only auto-implemented properties are read only.
D) C#6 getter-only auto-implemented properties can be initialized only in their declarations.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions