Re: Confessions of an "OO Foreigner"

From: Michael Mattias (michael.mattias_at_gte.net)
Date: 01/02/04


Date: Fri, 02 Jan 2004 13:18:29 GMT


"Joseph Katnic" <usrr@mac.kat> wrote in message
news:020120041927542896%usrr@mac.kat...
>
> RECURSIVE is a programming technique - typically language specific.
> REENTRANT is an OPERATING SYSTEM property that lets the system know
> that the multiple simultaneous executions of the same load module can
> be achieved.

Best and most succinct definition of 'reentrant' versus 'recursive' I've
ever seen.

Thank you.

MCM