Beginner C++
Q11 / 100

What is function overloading in C++?

Correct! Well done.

Incorrect.

The correct answer is B) Defining multiple functions with the same name but different parameter lists

B

Correct Answer

Defining multiple functions with the same name but different parameter lists

Explanation

C++ allows multiple functions with the same name as long as they differ in parameter types or count.

Progress
11/100