1
Reply

why we cannot able to overload a delegate in c#

Rishi Thakur

Rishi Thakur

Jul 27 2017 2:14 PM
176
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)