Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wishlist???
Message
De
03/09/1999 02:48:53
Walter Meester
HoogkarspelPays-Bas
 
 
À
02/09/1999 14:31:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00260725
Message ID:
00261022
Vues:
40
Keith and others:

>1) a STATIC declaration which would be similar to the C construct
allowing a variable's value to persist between execution iterations,
but allow the variable to be scoped as well. Such a declaration
might also allow scoping so that one could have a LOCAL STATIC or
a PRIVATE STATIC variable (obviously a PUBLIC STATIC wouldn't make much
sense). STATIC by itself could default to either (as you choose).

I think OOP takes away much of this reqiurement. Private static vars could be compared with a property of an object. The local versions could be compared with a protected property.

Personally I can't see other situations where this might be of any help. IMHO using this kind of variable *could* make programs more complex while there is no need to, when a good OO design is applied. It could be another feature which could confuse developers and make bad designs.

Just my .2 (guilder)cents.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform