Multiple choice ____________ is the use of the same functional name to perform different task in C++. Operator overloading Function overloading Inheritance 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.