How to implement delegates in c#.net


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Describe the process of “exception handling implementation” in c#?

0 Answers  


What is Partial class? What purpose we use it?

6 Answers   ACS, TATA,


What do you mean by stack and heap in c#?

0 Answers  


Distinguish between continue and break statement?

0 Answers  


What is readline c#?

0 Answers  


What is gui in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What is the console on a mac?

0 Answers  


What Is A Multicast Delegate?

0 Answers   Siebel Systems,


Can multiple catch blocks be executed?

4 Answers  


What is the purpose of reserved word using in c#?

0 Answers  


Explain the differences between static, void and public in c#?

0 Answers  


Categories