Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2001
Added on Jun 8 2001
6 comments
186 views