Nesting of Objects?
843829Jun 8 2001 — edited Jun 14 2001 In structured programming languages, the code can be broken down into blocks.
The If-Then-Else statement is a block of code, and within it has nested the Test, the Then, and the Else parts of the code.
The Then and the Else parts are nested blocks which can contain more blocks of code. Objects within Objects.
Question ? Can objects be nested in this way, or an object constructed to work in this fashion?
Thank you Shadow Cat, meow