Choose the incorrect statement about delegates?
(a) delegates are not type safe
(b) delegates can be used to implement callback notification
(c) delegate is a user defined type
(d) delegates permits execution of a method in an asynchronous manner
The question was asked in an international level competition.
My question is from Fundamental of Delegates in chapter Delegates, Generics and LINQ of C#