Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access and Assign
Message
 
To
27/12/1998 05:33:57
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00169870
Message ID:
00170563
Views:
37
Dragan,

These may not be the same definitions that the original poster was referring to but I have seen these things defined as;

Recursion: A program calling itself as in ...
* Recurse.prg
DO Something
IF Whatever
   DO Recurse
ENDIF
Reentrancy: A program that may be called by another while it is already in the calling stack;
* Reenter.prg
DO Something


* Something.prg
DO someother
IF Whatever 
   DO Reenter
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform