Method Invocation/Call
Syntax:
method_name (values);
object_name.method_name(values);
classname.method_name(values);
Examples:
YourRose.PaintIt(Red);
HerRose.PaintIt(
Math.abs(RanGenerator.nextInt());
Previous slide
Next slide
Back to first slide
View graphic version