InterviewSolution
Saved Bookmarks
| 1. |
Incorrect statements about delegates are?(a) Delegates are reference types(b) Delegates are object oriented(c) Delegates are type safe(d) Only one method can be called using a delegateThe question was asked in a national level competition.Asked question is from Delegates in Detail in section Delegates, Generics and LINQ of C# |
|
Answer» Correct ANSWER is (d) Only one method can be CALLED using a delegate |
|