2
Answers

Delegate declaration in C#

Photo of Michell Johnson

Michell Johnson

13y
4.2k
1
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