Jump to content

Leaf object: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Stimpy77 (talk | contribs)
No edit summary
Stimpy77 (talk | contribs)
No edit summary
Line 1: Line 1:
A "leaf" object is an object that is represented by an endpoint node in a [[tree structure]]. In computer programming, when a tree hierarchy is used to organize sets of a particular type of object, the object that the end node represents is a "leaf" object.
A "leaf" object is an object that is represented by an endpoint node in a [[tree structure]]. In computer programming, when a tree hierarchy is used to organize sets of a particular type of object, the actual object instance that the end node represents is a "leaf" object.

Revision as of 18:00, 31 May 2007

A "leaf" object is an object that is represented by an endpoint node in a tree structure. In computer programming, when a tree hierarchy is used to organize sets of a particular type of object, the actual object instance that the end node represents is a "leaf" object.