OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 200
|
Function overloading is a concept in which :
|
a function is used to implement lots of tasks at the same time.
|
|
|
a function is called too many number of times by another function.
|
|
|
a function provides common interface to the user to carry out possibly different functions in each call.
|
|
|
a function is computationally too expensive for the system to handle.
|
Question 200 Explanation:
Function overloading is a concept in which a function provides common interface to the user to carry out possibly different functions in each call.
Correct Answer: C
Question 200 Explanation:
Function overloading is a concept in which a function provides common interface to the user to carry out possibly different functions in each call.
