Senior .Net Developer Question:
Download Questions PDF

Please explain what is a delegate?

Answer:

It is the definition of a method that encapsulates certain arguments and type of return. It allows passing a method as an argument of a function, as long as it matches its specific signature.

Download Senior .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain what is the difference between a class and an object?Tell us what is a variable of implicit type and what is its scope?