1
Answer

why we cannot able to overload a delegate in c#

Rishi Thakur

Rishi Thakur

7y
1.3k
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)