Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic question on OOP
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356615
Message ID:
01356619
Views:
20
>Hi,
>
>I know I should know the answer to this question after using VFP for 10 years but let me ask just to be sure.
>
>I have a form class (child class) based on another form class (parent class). In the LOAD method of the child class I have a bunch of code and then I always have DODEFAULT(). The parent class has Nothing in the LOAD method. I believe that I really don't need this DODEFAULT() in the child class LOAD method and therefore can remove/comment this line. Am I correct?

You are correct in general, you CAN remove that code, but what if you add some code after that?
So keep it :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform