An Event has _____ as default return type

Options
- No return type for events
- Double
- Integer
- String


CORRECT ANSWER : No return type for events

Discussion Board
Events are apparently NOT the same as delegates

Hence the adduced answer is correct..

Pet 12-2-2015 04:21 PM

An Event has NO as default return type : Wrong

Events may have return types. As for delegates multicasting, le value returned will be the one of last method called.

Stéphane Denis 04-19-2015 07:38 PM

event

because all event method have void return type

pramd 11-26-2014 11:25 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement