Note that the link
class definition shown, for example, in
Segment 746, includes two member variables,
next_link_pointer
and element_pointer
, which you can
reasonably suppose should be accessible to only the link
constructor
and to the member functions of the header
class.