Question:You need to write a multicast delegate that accepts a DateTime argument and returns a
Boolean value. Which code segment should you use? - (VB.Net) 

A Public Delegate Function PowerDeviceOn(ByVal result As Boolean, _
ByVal autoPowerOff As DateTime) As Integer 

B Public Delegate Function PowerDeviceOn(ByVal sender As Object, _
ByVal autoPowerOff As EventArgs) As Boolean 

C Public Delegate Sub PowerDeviceOn(ByVal autoPowerOff As DateTime) 

D Public Delegate Function PowerDeviceOn(ByVal autoPowerOff As DateTime) As Boolean 

+ Answer
+ Report
Total Preview: 1037

Copyright © 2024. Powered by Intellect Software Ltd