From what I have learned so far a property should be public and used to access the private fields of a class. What I can not understand is why someone would use a private property and not a private field for something that is used only inside the class itself.
Can someone please explain that to me?
Thanks in advance!