Re: OOP style



Nested routines... Do you mean you declare procedures inside a
procedure? That sounds intriguing.

In my scenario of a humongous method, needing to be broken down, then,
would you put the "helper" methods nested inside the "main" method?
Scope-wise, does this mean that the nested procedures are only visible
to the containing procedure? Do they have access to the class's
variables, and the containing procedure's variables, too?

-Corinna

.