what is the method name and the number and type of arguments in the function prototype in Java
Answers
Answered by
1
Answer:
A method in Java is a block of statements that has a name and can be executed by calling (also called invoking) it from some other place in your program. Along with fields, methods are one of the two elements that are considered members of a class. (Constructors and initializers are not considered class members.)
I hope it's helpful to you
please mark me as Branliest
Similar questions
English,
6 hours ago
Computer Science,
6 hours ago
Computer Science,
12 hours ago
Social Sciences,
12 hours ago
Math,
8 months ago
Math,
8 months ago