1.

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» E.


Discussion

No Comment Found