Choose the wrong statement about properties used in C#.Net?
- Each property consists of accessor as getting and set.
- A property cannot be either read or write-only.
- Properties can be used to store and retrieve values to and from the data members of a class.
- Properties are like actual methods that work like data members.
Correct Answer:
Each property consists of accessor as getting and set.
need an explanation for this answer? contact us directly to get an explanation for this answer