Var-Arg Method
Var-Arg Method |
Can we call same method with different numbers of parameter?
How var-arg method is implemented internally?
Can we overload var-arg method with normal method?
Can we mix var-arg parameter with normal paramter?
Can we mix normal parameter with var-arg parameter?
Can we overload a method consisting 1-D array parameter with a method consisting var-arg parameter?
Can we replace 1-dimensional array with var-arg parameter?
Can we use simultaneously var-arg and 1-dimensional paramter in a method?
Which of the following var-arg method declarations are valid?
0 comments: