Q. Which of the following is true about function overloading in C++?
β
Correct Answer: (C)
Functions must have different parameter lists
Explanation: Function overloading in C++ requires functions to have the same name but different parameter lists.