Q7
Which of the following is true about function overloading in C++?
A.
Only one function can have a specific name
B.
A function cannot be defined with the same name twice
C.
Function overloading is not supported in C++
D.
Multiple functions can have the same name with different parameters
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board