Parent: Difference between revisions
Dgreenwood (talk | contribs) No edit summary |
Dgreenwood (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
</blockquote> | </blockquote> | ||
The parent node defines [[Inheritance|inheritance]] for children objects created underneath. It controls what | The parent node defines [[Inheritance|inheritance]] for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes. | ||
</onlyinclude> | </onlyinclude> | ||
Revision as of 10:56, 23 November 2020
In terms of a Note Tree structure, a "parent" is a node that has child objects (nodes created one level underneath the parent).
The parent node defines inheritance for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.