J
John
Hi
I've got a base class with some protected variables in it,
for use by any sub-classes. This all works fine, but I
have just run the assembly through FxCop and it suggests
making the variables private and adding protected property
accessors to it. I can't see the argument for this. Can
anyone clarify this?
Thanks
John
I've got a base class with some protected variables in it,
for use by any sub-classes. This all works fine, but I
have just run the assembly through FxCop and it suggests
making the variables private and adding protected property
accessors to it. I can't see the argument for this. Can
anyone clarify this?
Thanks
John