Private and Public variables in C#
Sir, I need your help in the following:-
I declare a member variable as private. Then provide access to them with public modifier,
what is the benefit of declaring a member variable as private?
could you give me a example?