Multiple choice

____________ is the use of the same functional name to perform different task in C++.

  1. Operator overloading

  2. Function overloading

  3. Inheritance

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Function overloading means the use of same function name to perform different tasks.