Definitions for "Child node"
A node that is subordinate to another node in a tree structure. Only the root node of a tree is not a child. See parent node, root.
In a tree structure, a node that is subordinate to another node. Only the root node of a tree is not a child. See parent node, root.
Nodes can have branches leading to other nodes, called child nodes. See Tree and Parent Node.