ABSTRACT

An object is a reference when its only function is to point to another object or its contents. This capability allows a program to manipulate and store collections of objects by reference easily, rather than manipulating their contents. It also allows for collections of "anonymous" items, whose number and contents are only known at run-time.