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.
This question is part of this quiz :
TypeScript Functions Quiz