Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
overloading
Last modified: Monday, August 05, 2002
(1) In programming languages, a feature that allows an object to have different meanings depending on its context. The term is used most often in reference to operators that can behave differently depending on the data type, or class, of the operands. For example, x+y can mean different things depending on whether x and y are simple integers or complex data structures.