Return Type
can be void, type or class identifier
void indicates that the method called to perform an action in a self-standing way: Example: println
type or class specify the value returned using a return statement inside the method.
Previous slide
Next slide
Back to first slide
View graphic version