Vidyalelo
C# Programming · Q106

Exception Handling in C Sharp

Programming · C# Programming · question 106

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board