Computer Science, asked by aayanm3114, 18 days ago

what is a function overloading ? how it can be achieved .?​

Answers

Answered by qutubunnisa976
1

Answer:

In function overloading, the function can be redefined either by using different types of arguments or a different number of arguments according to the requirement. It is only through these differences compiler can differentiate between the two overloaded functions.

Similar questions