Table of Contents

About

The function signature is the list of parameters in a function syntax.

The number of arguments is called the arity of the function.

Example

The method signature is the method's name and the parameter types.

The signature of the method declared above is:

calculateAnswer(double, int, double, double)

Arity

The number of arguments is called the Arity.