Rishi Thakur

Rishi Thakur

  • NA
  • 12
  • 1.2k

why we cannot able to overload a delegate in c#

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