add abstract method

void add(
  1. Node child
)

Add a child node.

Implementation

void add(Node child);