C# Programming - Delegates - Discussion
Discussion Forum : Delegates - General Questions (Q.No. 6)
6.
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 IndiaBIX !");
}
}
Discussion:
1 comments Page 1 of 1.
Andrue Cope said:
1 decade ago
What's with the use of 'ref' in this and the previous question?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers