what are delegates? How you used then in your project?

Answer Posted / muhammad usman

Delegate is a type which holds the method(s) referance in
an object, it is also refered as type safe funcation.
Like Pointer fucation in C++

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which string method is used for concatenation of two strings in c#?

469


Does c# support multiple class inheritance?

600


Why are strings in c# immutable?

493


What is jit (just in time)?

549


How a two-dimensional array declared in C#?

563






What is difference between write and writeline in c#?

480


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

2393


What is throw in c#?

511


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

459


What is an inheritance ?Give an example in which inheritance is used?

523


What is a decimal in c#?

498


What is a multi line comment?

550


Why do we use struct in c#?

483


What does return do in for loop?

476


Define constructor in c#.

511