Page 1 of 1

Which of the following is an incorrect statement about delegate?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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