It's been a while since I've posted in these forums. Been busy with my final year at University but all that said and done I've been revising and found some small (and some rather large) gaps in my knowledge.
I was wondering if Data Members and Properties are the same thing? If they arn't them what are the differences? This question isn't really language specific but just a general idea of what they are in a "programming" context.
If a distinction between data members and properties is made, then data members are private instance or class data, whereas properties are data that is accessible through getters / setters. If you're talking about C#, that is how the words will probably be used, but in the end it depends on the person talking.