overloading
English
| Examples |
|---|
|
Function overloading: int add(int a, int b) { return a + b; } float add(float a, float b) { return a + b; } |
Etymology
Pronunciation
Noun
overloading (countable and uncountable, plural overloadings)
- (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.
- (transport) loading of a vehicle with too heavy a weight.
- Operators can be fined for overloading of vehicles.
Hyponyms
- function overloading
- method overloading
- operator overloading
Related terms
Translations
type of polymorphism
Verb
overloading
- present participle of overload
This article is issued from
Wiktionary.
The text is licensed under Creative Commons - Attribution - Sharealike.
Additional terms may apply for the media files.