InterviewSolution
Saved Bookmarks
| 1. |
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 mannerThe question was asked in an international level competition.My question is from Fundamental of Delegates in chapter Delegates, Generics and LINQ of C# |
|
Answer» Right ANSWER is (a) DELEGATES are not type safe |
|