Senior .Net Developer Question:

Please explain what is a delegate?

Senior .Net Developer Interview Question
Senior .Net Developer Interview Question

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.


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?