Discussion :: C#.Net MCQs
- Which of the following are the correct statements about delegates?
A.
Delegates can be used to implement callback notification
|
B.
Delegates permit execution of a method on a secondary thread in an asynchronous manner
|
C.
Delegate is a user defined type
|
D.
All of the mentioned
|
Answer : Option D
Explanation :
Be The First To Comment