What is a delegate in c#?


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

Post New Answer

More C Sharp Interview Questions

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 a dimensional array?

0 Answers  


What is int32 maxvalue?

0 Answers  


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

0 Answers  


What is get set in c#?

0 Answers  






What does exclamation mark mean c#?

0 Answers  


Which is algorithm is used to Manage the Memory in .net ??

7 Answers   TCS,


What are the steps to make an assembly to public?

0 Answers  


Can you prevent a class from being instantiated?

0 Answers  


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

0 Answers  


How can you sort strings in array that are passed to method as arguments?

0 Answers  


What is new method in c#?

0 Answers  


Categories