2
Reply

Delegate declaration in C#

Michell Johnson

Michell Johnson

Dec 12 2011 11:17 AM
3.8k
Hello friends,
I want to know that the correct way to declare a delegate for calling the function say() defined in the sample class given below? Please give me an explanation also?

class student
{
public int say(int i, Single j)
   {
   }
}

Answers (2)
Next Recommended Forum