InterviewSolution
Saved Bookmarks
| 1. |
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 typeThis 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# |
|
Answer» Correct choice is (C) delegates are type SAFE WRAPPERS for function pointers |
|