
newbie: private class variables are visible in class instances
Hi.
I'm using Private variables in a class module, at module level,
to store the values of Properties. This is per my understanding
of the online help.
When I create a new object of my class, in a separate module, and
add a watch for this variable, I can see the private class
variables that hold the values for the public properties. That
adds up to a lot of clutter. Is there any way to avoid this?
Thanks,
Adam