Select from following answers:- Interface property
- Auto-Implemented property

- Using property
- Restricting property
- All Above
Auto-Implemented property is the C# property which makes the property declaration more concise and only contains get and set accessors without any logic (any code).
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator