Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protected and Public
Message
From
31/05/1999 19:54:43
 
 
To
31/05/1999 00:42:31
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00224370
Message ID:
00224776
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform