Which of the following is an incorrect statement about delegate?
(a) a single delegate can invoke more than one method
(b) delegates could be shared
(c) delegates are type safe wrappers for function pointers
(d) delegate is a value type
This question was posed to me by my college professor while I was bunking the class.
My doubt is from Fundamental of Delegates in portion Delegates, Generics and LINQ of C#