InterviewSolution
Saved Bookmarks
| 1. |
To implement delegates, the necessary condition is?(a) class declaration(b) inheritance(c) runtime polymorphism(d) exceptionsThe question was asked by my school teacher while I was bunking the class.My question is based upon Fundamental of Delegates topic in division Delegates, Generics and LINQ of C# |
|
Answer» Correct CHOICE is (a) CLASS declaration |
|