Computer Science, asked by Anonymous, 1 year ago

What is function overloading??

Answers

Answered by SanjivanMukherjee
5
Function overloading (also methodoverloading) is a programming concept that allows programmers to define two or morefunctions 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.
Answered by varshini1101
0
heya!!


here is your answer⤵️⤵️


It Is the concept of allowing all programmers.

It has a unique signature.

It have same names but different parameters


hope my answer helps you
Similar questions