C
Cyrus Chiu
I want to ask what is the difference of the usage between properties and
fields in .net?
what is the advantage of accessing properties rather than just access
fields?
also if a object want to access it's own data member in it's own method,
which one should be accessed (properties/fields) ?
thz
fields in .net?
what is the advantage of accessing properties rather than just access
fields?
also if a object want to access it's own data member in it's own method,
which one should be accessed (properties/fields) ?
thz