Q22
What is the purpose of function overloading in C++?
A.
Allows multiple functions with the same name but different parameters
AnswerB.
Improves the efficiency of the functions
C.
Ensures that functions can be called from anywhere
D.
Facilitates the declaration of global variables
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board