Which of the following is an incorrect statement about delegate?
Posted: Wed Jul 13, 2022 7:57 pm
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
b) delegates could be shared
c) delegates are type safe wrappers for function pointers
d) delegate is a value type