Computer Science, asked by sam4983, 11 months ago

what do you mean by methods in java​

Answers

Answered by Anonymous
2

Answer:

method is a set of code which is referred to by name and can be called (invoked) at any point in a program simply by utilizing the method's name. Think of a method as a subprogram that acts on data and often returns a value. Each method has its own name

Similar questions