Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Static Members
Message
From
08/05/2003 14:18:52
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Static Members
Miscellaneous
Thread ID:
00786396
Message ID:
00786396
Views:
71
By default, each member is defined as an instance member, which means that a copy of that member is made for every instance of the class.
When you declare a member a static member, only one copy of the member exists.

So this means then you can access static members before actually creating a object


is this a correct explaination?

Alvin
Next
Reply
Map
View

Click here to load this message in the networking platform