the method header can also be referred as
Answers
Answered by
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
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