As verbs the difference between overloading and overcharging
is that overloading is present participle of lang=en while overcharging is present participle of overcharge.
As a noun overloading
is 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.
overloading
English
{{examples-right, width=40, examples=Function overloading:
int add(int a, int b) {
return a + b;
}
float add(float a, float b) {
return a + b;
}
}}
Noun
(
en noun)
(computing) 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.
Hyponyms
* function overloading
* method overloading
* operator overloading
Verb
(head)