Computer Science, asked by Dishavyas, 11 months ago

what is method declaration​

Answers

Answered by annoyinggirl
2

Answer:

A method's declaration provides a lot of information about the method to the compiler, to the runtime system, and to other classes and objects.

Answered by satyam8085
2

Answer:

The Method Declaration. A method's declaration provides a lot of information about the method to the compiler, the runtime system and to other classes and objects. ... For example, the following declares a method named isEmpty in the Stack class that returns a boolean value ( true or false )

Similar questions