Child: Difference between revisions
Dgreenwood (talk | contribs) m Dgreenwood moved page Child Node to Child: Better fits the topic |
Dgreenwood (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<onlyinclude> | |||
<blockquote style="font-size:14pt"> | |||
In terms of a [[Node Tree]] structure, a "child" [[Node|node]] is an object one level below another node. | |||
</blockquote> | |||
New child nodes are created underneath a "[[Parent|parent]]" object in the Node Tree. The parent node determines [[Inheritance|inheritance]] for the child node. | |||
</onlyinclude> | |||
Revision as of 10:46, 23 November 2020
In terms of a Node Tree structure, a "child" node is an object one level below another node.
New child nodes are created underneath a "parent" object in the Node Tree. The parent node determines inheritance for the child node.