Definify.com

Definition 2024


overloading

overloading

English

Examples

Function overloading: int add(int a, int b) { return a + b; }

float add(float a, float b) { return a + b; }

Noun

overloading (countable and uncountable, plural overloadings)

  1. (object-oriented programming) A type of polymorphism, where different functions, operators or variables with the same name are invoked based on the data types of the parameters passed.
  2. (transport) loading of a vehicle with too heavy a weight.
    Operators can be fined for overloading of vehicles.

Related terms

Hyponyms

Translations

Verb

overloading

  1. present participle of overload