Which code segment should you use?

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?

219-vceguide
A. Option A
B. Option B
C. Option C
D. Option D

microsoft-exams

2 thoughts on “Which code segment should you use?

    1. Because you’re trying to declare the ‘CalculateLoanInterest’ delegate type. D would be the way to call ProcessLoan, but they want to declare the delegate that ProcessLoad calls.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.