overloading
Jump to navigation
Jump to search
English[edit]
Examples |
---|
Function overloading: int add(int a, int b) { return a + b; } float add(float a, float b) { return a + b; } |
Etymology[edit]
Pronunciation[edit]
Noun[edit]
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[edit]
Related terms[edit]
Translations[edit]
type of polymorphism
|
|
transport
|
Verb[edit]
overloading