Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change protected method to public in child class ?
Message
From
17/06/1998 07:40:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Change protected method to public in child class ?
Miscellaneous
Thread ID:
00108991
Message ID:
00108991
Views:
70
Hi,

I'm writing a general class that has a protected function called PutData(). I have several other classes that are inherited from this general class.

In one of these subclasses I would like PutData() to be a public method. Is this possible ?

My workaround for now is to create another method for the child class, Put(), that calls PutData() of the base class. This may give me problems later, if I would change PutData() in the base class. Therefore, I'd like a better solution.

By the way, is this right ?
* Protected methods cannot be executed by the user, but can be executed in the method code of the class or it's child classes.
* Hidden methods are only accessible in the class itself.
(I'm used to C++, therefore I'm a bit confused.)

Thanks, Marc Van Riet.
Next
Reply
Map
View

Click here to load this message in the networking platform