Which code segment should you insert at line 21?

You have the following X++ code: (Line numbers are included for reference only.)


Method l and method2 are in Class l. Method3 is in Class2.
You need to set variablel for class l Obj to a value of 5.
Which code segment should you insert at line 21?
A. classl Obj.methodl(5);
B. new Classl( ).methodl(5);
C. classl Obj.variable1 = 5;
D. this. variable l =5:

microsoft-exams

Leave a Reply

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


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