Q:

Which of the following are the correct statements about delegates?

(a) Delegates can be used to implement callback notification

(b) Delegates permit execution of a method on a secondary thread in an asynchronous manner

(c) Delegate is a user defined type

(d) All of the mentioned

I have been asked this question by my school principal while I was bunking the class.

This intriguing question comes from Delegates in Detail topic in chapter Delegates, Generics and LINQ of C#

C#

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.