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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!