Vidyalelo
C# Programming · Q44

Delegates and Events in C Sharp

Programming · C# Programming · question 44

Q44

Which of the following is the correct way to call the subroutine function abc() of the given class in the following C# code? class csharp void abc() console.writeline("A:Just do it!");

D.
None of the mentioned

Answer: Option B

Solution

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