N
newjazzharmony
All,
When I create a class with a static member variable and reference that
class in a console applicaton it appears as though each instance of the
application has its own separate copy of the member variable.
Therefore, it would appear that the scope of a static class member is
limited to a specific instance of an application that happens to be
running on the machine.
Is this correct?
Thanks,
--Jonathan
When I create a class with a static member variable and reference that
class in a console applicaton it appears as though each instance of the
application has its own separate copy of the member variable.
Therefore, it would appear that the scope of a static class member is
limited to a specific instance of an application that happens to be
running on the machine.
Is this correct?
Thanks,
--Jonathan