TypeScript | TypeScript Functions | Question5

Last Updated :
Discuss
Comments

In function overloading, which of the following is true?

A function can have multiple signatures, but only one implementation.

A function must have at least two implementations.

A function cannot have more than one return type.

Function overloading is not supported in TypeScript.

Share your thoughts in the comments