Term of the Moment

client


Look Up Another Term


Definition: indirection


Not direct. Indirection provides a way of accessing instructions, routines and objects when their physical location is constantly changing. The initial routine points to some place, and, using hardware and/or software, that place points to some other place. There can be multiple levels of indirection. For example, point to A, which points to B, which points to C. See indirect address.