Select the correct statement about properties of read and write in C#.NET?
Posted: Wed Jul 13, 2022 7:57 pm
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
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