Vidyalelo
C# Programming · Q64

Delegates and Events in C Sharp

Programming · C# Programming · question 64

Q64

Which of the following is the correct way to call the function abc() of the given class in the following C# code? class csharp public int abc(int a) Console.WriteLine("A:Just do it!"); return 0;

D.
none of the mentioned

Answer: Option C

Solution

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