What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Overlading vs Overloading - What's the difference?

overlading | overloading |

As verbs the difference between overlading and overloading

is that overlading is while overloading is .

As a noun overloading is

(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.

overlading

English

Verb

(head)
  • 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)