Multiple choice technology databases

Can 2 functions have same name & input parameters but differ only by return datatype?

  1. True

  2. False

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

Function overloading allows multiple functions to share the same name if they have different input parameter signatures. Overloading based solely on differing return types is not permitted in major programming languages.