Hey, I'm working on classes in my programming class, and I have absolutely no idea what the purpose of a property is. I'm fine working between Form Code and Class code, but what good does a property do?
EDIT: I know how they work, I just don't know why anyone would use it instead of just making private/public methods in the class.