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: Option D

Join The Discussion