adspace
Answer Posted / Sujeet Kumar Singh
To declare a property in C#, you use the `private` access modifier for the backing field and the `public` access modifier for the property itself. The getter and setter are created automatically by the compiler.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers