Which code segment should you insert at line 22?

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 the value of vanable3 to the value of variable l from class l Obj.
Which code segment should you insert at line 22?
A. Variable3 = classl Obj.methodl();
B. Variable3 = new Class l{) .variable l;
C. Variable3 = class l Obj. variable l;
D. Variable3 = this. variable l ;

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.