You are developing an application for a bank. The application includes a method named ProcessLoan
that processes loan applications. The ProcessLoan() method uses a method named CalculateInterest.
The application includes the following code:
You need to declare a delegate to support the ProcessLoan() method.
Which code segment should you use?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
Where is the code?
0
0
check comments: http://www.aiotestking.com/microsoft/which-code-segment-should-you-use-725/
0
0
C
1
0
A or C
0
0
code is here http://vceguide.com/which-code-segment-should-you-use-57/
1
0
Tnx
0
0
100% C
delegate has to be of type calculateloaninterest
2
0