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

A public delegate void PowerDeviceOn(DateTime); 

B public delegate int PowerDeviceOn(bool,
DateTime); 

C public delegate bool PowerDeviceOn(Object,
EventArgs); 

D public delegate bool PowerDeviceOn(DateTime); 

+ Answer
+ Report
Total Preview: 835

Copyright © 2024. Powered by Intellect Software Ltd