Home » C# Programming » 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 CuriousTab.com !" ); return 0; } }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!