a) Properties have their own access levels like private, public, protected etc. which allows it to have better control about managing read and write properties
b) Properties give us control about what values may be assigned to a member variable of a class they represent
c) Properties consist of set accessor inside which we can validate the value before assigning it to the data variable
d) All of the mentioned
Choose the statements which makes use of essential properties rather than making data member public in C#.NET?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Choose the statements which makes use of essential properties rather than making data member public in C#.NET?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!