Question: Given the delegate declaration delegate void PerformsSomeTask(int arg1, double arg2); which of the following represents a method heading that could be associated with the delegate?

Given the delegate declaration delegate void PerformsSomeTask(int arg1, double arg2);

which of the following represents a method heading that could be associated with the delegate?

a. int CalculateThis(int value1, double value2)

b. double CalculateThis(int value1, double value2)

c. void CalculateThis(int value1, double value2)

d. int CalculateThis( )

e. all of the above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Systems Analysis Design Questions!