Vidyalelo
C# Programming · Q55

Delegates and Events in C Sharp

Programming · C# Programming · question 55

Q55

Choose the correct way to call subroutine fun() of the sample class? class a public void x(int p, double k) Console.WriteLine("k : csharp!");

D.
all of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board