What do you mean by overloading in computer,?Explain
Answers
Answered by
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
Answered by
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.
Similar questions