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