Signature vs Interface
Signature vs Interface
Function signature is its declaration, parameters, and return type.
- number and type of input arguments the function takes
- the type of the result the function returns
Function signature is its declaration, parameters, and return type.