Vidyalelo
C++ Programming · Q7

Functions and Procedures in C++

Programming · C++ Programming · question 7

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board