Posts

Showing posts with the label Arguments & Parameters

Zeek_33_VariableArguments.java

  /* The varrags(VariableArguments) allows the method to accept zero or multiple arguments(values) If we don't know how many argument we will have to pass in the method. */