Q. Which C++ feature allows different functions to have the same name but different parameters?
β
Correct Answer: (A)
Function Overloading
Explanation: Function overloading allows multiple functions to share the same name but with different parameters.