Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protected and Public
Message
De
31/05/1999 19:54:43
 
 
À
31/05/1999 00:42:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00224370
Message ID:
00224776
Vues:
22
From your explanation it looks like the encapsulation keywords would have different meanings for read/write access, while it is not the case.

Vlad

>Hi John ---
>
>Public --- Can be modified in the class and the instance, accessed from anywhere.
>Protected --- Can be modified in the class and instance, but only accessed from the class or a subclass or the instance.
>Hidden --- Can only be modified in the class and only accessed by other members of the class.
>
>
>>Hi,
>> I have a timer class that being added into a form. There are several property (.sec,.mins,.hours) set as protected. These properties will be in method display (set as public).
>> I fail to retrieve these property from display method. It only works fine if i reset all of these properties to public.
>> Does protected property only can be access in class designer and could not be even in the same class within a form?
>> How about Hidden property, any differences?
>>
>>Thank you
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform