Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
So far, I’ve said little about an important concept in object orientation: pointers to objects. This concept turns out to be critical in the more advanced concepts in object orientation.
When a program interacts with other programs in a graphical user interface or network environment, it typically passes or receives pointers to objects. Passing pointers is usually far more efficient than creating new copies.