(17
Answer (Choose 1 answer)
Which of the following statements are the distinctions between output and reference parameters?method.
1.2.Output parameters do not need to be initialized before they passed to the Reference parameters must be initialized before they are passed to the method.
3.Output parameters are passed by value.
A. 1 and 2
B. 1 and 3
C. 2 and 3
D. 1, 2 and 3