Computer Science, asked by ajdhillon3385, 8 months ago

आप फंक्शन ओवरलोडिंग से क्या समझते हैं?

Answers

Answered by Prathamking7765
0

Answer:

MATLAB KYA HAI QUESTION KA....

Answered by AskewTronics
0

Function overloading:

Explanation:

  • Function overloading is a concept that says to use the multiple functions with the same name but the signature of the function will be different.
  • The signature of the function states the argument of the function. for example in the function "void fun(int a, int b);", "int a and int b" will be called the signature of the function.
  • So this concept says that any user can use the function with the same name but there must be a difference in the function signature.

Learn More:

  • Function overloading:https://brainly.in/question/8555824
Similar questions