Choose the correct statements about write-only properties in C#.NET?
A. Properties which can only be set
B. Properties once set and hence values cannot be read back in nature
C. Useful for usage in classes which store sensitive information like password of a user
D. All of the mentioned
Answer: Option D
Join The Discussion