Multiple choice

In function overloading, the same function operates on different types of data.

  1. True

  2. False

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

Function overloading in programming allows multiple functions with the same name to operate on different data types by using distinct parameter signatures.