Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Static Members
Message
De
08/05/2003 14:18:52
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Static Members
Divers
Thread ID:
00786396
Message ID:
00786396
Vues:
70
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform