Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help me hide my exe know how?
Message
 
À
13/10/2000 10:43:32
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00428489
Message ID:
00429095
Vues:
14
Cindy,

True, Unless ...
DEFINE CLASS JimB AS CUSTOM
    AlwaysLearning = .T.
    *!* More properties here
    FUNCTION GetNewKnowledge <strong>HIDDEN</strong>
        *!* Secret code here
    ENDFUNC
ENDDEFINE

*!* Note how VFP's full inheritance plays here
oCindy = CREATEOBJECT("JimB")
oCindy.GetNewKnowledge()  && Error 
oDoug  = CREATEOBJECT("JimB")
oDoug.GetNewKnowledge()  && Error
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform