1.

Delegate properties must be compatible with the delegate types they represent.(a) True(b) FalseThe question was asked in an interview.This interesting question is from Handling Sensor Request topic in chapter Going Parallel, Handling Actuator and Sensor of IOT

Answer»

The correct answer is (a) True

The EXPLANATION: FromSensor is a PROPERTY to which you can assign a method I.e., a C#delegate property. Delegate PROPERTIES must be compatible with the delegate types they represent.



Discussion

No Comment Found

Related InterviewSolutions