Q106
Select the correct statement about properties of read and write in C#.NET?
A.
A property can simultaneously be read or write only
B.
A property cannot be either read only or write only
C.
A write only property will only have get accessor
D.
A read only property will only have get accessor
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board