Computer Science, asked by abhishekkumar99816, 2 months ago

Which of the following can be used if the number of arguments passed to a method are of same data
type, but the number of arguments is unknown?

Answers

Answered by khanazmat12344
5

Answer:

A method that takes variable number of arguments is called a variable-arity method, or simply a varargs method.

Similar questions