Choose the odd one.
Method header
Method signature
Method prototype
Method block
Answers
Answered by
0
Answer:
method block I think it is correct
Answered by
0
The answer is Method block.
Explanation:
A method is called a set of instructions inside a class. Methods increase the readability of a program. It has a defined set of information that is to be executed when the function is called from another part of the program.
- A method prototype is the structure of the method that contains the syntax of the method.
- A list of parameters in the method is also known as a method signature.
- The parameters defined in the method at the time of their declaration/ method header are known as formal parameters.
Similar questions