why delegate is type safe?


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

Post New Answer

More C Sharp Interview Questions

Difference between multi-level and multiple inheritance?

4 Answers   Microsoft,


How is the syntax written to inherit from a class in C#?Give an example ?

0 Answers   Siebel,


Explain polymorphism in c# with a simple example?

0 Answers  


Why do we need delegates?

0 Answers  


Is int a class in c#?

0 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


Explain how is the dll hell problem solved in .net?

0 Answers  


Explain About CLS?

0 Answers   Microsoft,


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


What are the different types of constructors in c#?

0 Answers  


How do you convert byte array to hexadecimal string, and vice versa?

0 Answers  


what is a static constructor?

0 Answers  


Categories