Redirected
edited by
76 views
0 votes
0 votes

Function overloading is a concept in which :

  1. a function is used to implement lots of tasks at the same time.
  2. a function is called too many number of times by another function.
  3. a function provides common interface to the user to carry out possibly different functions in each call.
  4. a function is computationally too expensive for the system to handle.

     

edited by

1 Answer

Best answer
0 votes
0 votes
Function overloading is a concept that allows programmer to define two or more function with same name.
Option c is correct here, i.e common interface [same function name] to the user to carry out possibly different functions in each call.
selected by

Related questions

0 votes
0 votes
1 answer
2
admin asked Jan 6
78 views
The complexity of Kruskal's minimum spanning tree algorithm on a graph with ' $n$ ' nodes and ' $e$ ' edges is :$\mathrm{O}(n)$$\mathrm{O}(n \log n)$$\mathrm{O}(e \log n)...
0 votes
0 votes
1 answer
3
admin asked Jan 6
86 views
If a code is t-error correcting, the minimum Hamming distance is equal to :$2 t+1$$2 t$$2 t-1$$t-1$
0 votes
0 votes
3 answers
4
admin asked Jan 6
172 views
The set of positive integers under the operation of ordinary multiplication is :not a monoidnot a groupa groupan Abelian group