Computer Science, asked by Anonymous, 1 year ago

What do you mean by overloading in computer,?Explain

Answers

Answered by kunal518
1
Overloading refers to a set of processes in computer programming by which one special word or symbol may be given multiple meanings: Function overloading is a feature found in several programming languages, notably C++ and Java, that allows several functionally different functions or methods to share the same name.

Anonymous: thank you for the answer
kunal518: wlcm
Answered by ron41
2
Function overloading (also methodoverloading) is a programmingconcept that allows programmers todefine two or more functions with the same name and in the same scope. Each function has a unique signature (or header), which is derived from: function/procedure name. number of arguments. arguments' type.

Anonymous: thank you
Similar questions