InterviewSolution
Saved Bookmarks
| 1. |
The ‘ref’ keyword can be used with which among the following?(a) Static function/subroutine(b) Static data(c) Instance function/subroutine(d) All of the mentionedI have been asked this question in exam.The above asked question is from Fundamental of Delegates topic in portion Delegates, Generics and LINQ of C# |
|
Answer» CORRECT ANSWER is (a) STATIC function/subroutine The EXPLANATION is: NONE. |
|