Q. Which of the following is an example of function overloading in C++?
β
Correct Answer: (A)
Using multiple functions with the same name but different parameters
Explanation: Function overloading allows multiple functions with the same name but different parameters.