Statements About 8216ref8217 Keyword Used In Cnet Are #288
Statements about ‘ref’ keyword used in C#.NET are?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Arrays and Strings - Use of Ref and Out Parameters - Quiz No.1.
Statements about ‘ref’ keyword used in C#.NET are?
The ref keyword causes arguments to be passed by reference
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
Ref usage eliminates overhead of copying large data items
All of the mentioned