BinaryTreeclassesBalancedBinarySearchTreeNodePropertiesrightChildSETOn this pageSET Setter: public Code Declaration VAREND_VARVAR CONSTANT OBJECT_NOT_REFERENCED : __XWORD := 0;END_VAR Implementation IF THIS^.isObjectValid(rightChild) THEN THIS^.right := rightChild;ELSE THIS^.right := OBJECT_NOT_REFERENCED;END_IF