Multiple choice

The ________ of a method is the combination of the methods named the method’s input types (i.e. number of parameters and their types).

  1. signature

  2. class

  3. method

  4. inheritance

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

A method signature consists of the method name and the parameter list (types and order), which uniquely identifies the method within a class.