Select The Correct Statement About Properties Of Read And Write #476
Select the correct statement about properties of read and write in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Indexers and Exception Handling - Properties and its Applications - Quiz No.1.
Select the correct statement about properties of read and write in C#.NET?
A property can simultaneously be read or write only
A property cannot be either read only or write only
A write only property will only have get accessor
A read only property will only have get accessor