20
Variable View of Elements
•The Replace_Element procedure assigns a new value to the element in the container. •This operation alone is not general enough: we often need a way to modify the element in place, not simply replace its value. •The operation Update_Element returns a variable view of the actual container element.