Term of the Moment

Chromebook


Look Up Another Term


Definition: overloading


In programming, the ability to use the same variable for different data types. For example, the variable result could be initially filled (loaded) with a pointer and then with a string of data. See variable.