1
Answer

why we cannot able to overload a delegate in c#

Photo of Rishi Thakur

Rishi Thakur

7y
1.4k
1
why we can't overload a delegate?
 
public delegate int mydelegate(int first,int second);   //delegate declaration
can i overload the above delegate?

Answers (1)