Discussion :: Delegates
-
Which of the following is the correct way to call the function MyFun() of the Sample class given below?
class Sample { public int MyFun(int i) { Console.WriteLine("Welcome to FresherGate.com !" ); return 0; } }
A.
|
B.
|
C.
|
D.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment