Choose The Correct Statements About Writeonly Properties In Cnet #468
Choose the correct statements about write-only properties 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 - Introduction of Properties - Quiz No.1.
Choose the correct statements about write-only properties in C#.NET?
Properties which can only be set
Properties once set and hence values cannot be read back in nature
Useful for usage in classes which store sensitive information like password of a user
All of the mentioned