Q96
Statements about 'ref' keyword used in C#.NET are?
A.
The ref keyword causes arguments to be passed by reference
B.
While using 'ref' keyword any changes made to the parameter in the method will be reflected in the variable when control is passed back to the calling method
C.
Ref usage eliminates overhead of copying large data items
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board