Michell Johnson

Michell Johnson

  • NA
  • 94
  • 108.7k

Delegate declaration in C#

Dec 12 2011 11:17 AM
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)