Computer Science, asked by hanockgamer611, 1 month ago

the method header can also be referred as​

Answers

Answered by angel163853
0

Answer:

The header of a method consists of the signature plus the description of (the type of) the result. Example: String toUpperCase() void println(String s)

Answered by Anonymous
0

The header of a method consists of the signature plus the description of (the type of) the result. Example: String toUpperCase() void println(String s)

Similar questions