Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

why we use return method

Return method is for to be able to
continue to work what method retrieves. 
For example if it returns a String.
This means that you can use the returned
value in your code for
further processing.I guess good examples
of such methods are "getters".
 
PREVIOUS NEXT
Tagged: #return #method
ADD COMMENT
Topic
Name
2+4 =