Q12
What is function overloading in C++?
A.
Defining multiple functions with the same name but different parameters.
AnswerB.
Defining multiple functions with the same name and same parameters.
C.
Defining a function that can accept multiple data types.
D.
Defining a function inside another function.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board