A friend who is new to OO programming asked me the difference between a Member and Property, and I was ashamed to admit that I couldn\'t give him a good answer. Since proper
Properties is one kind of members.
In C#, for example, a class can have the following members:
MSDN: C#: class