Here are some common questions asked during technical interview, i have mentioned the answers for the questions which have short explanation, for rest of the questions which need some explanation i have written separate articles for them, you can get the answers in the articles posted on this blog site.
Q1. What are delegates?
Q2. What are multicast delegates? If the methods returns some values , then those methods can be used with multicast delegates? I.e. methods with return types can be used with multicast delegates?
Ans – No , method which are returning values could only be used with single cast delegate as in multicast delegate it will not be sure while executing which method is returning which value as multifunction are there in multicast delegate.