"Just as arrays can only have a fixed number of elements, set at the time the array is declared, a parameter list also can only have a fixed number of elements, set at the time the method is declared."
Cant say for other programming language but for java it provides special notation for variable length parameter lists.  The  ellipsis (...) is used to specify a variable length parameter list.