Select the correct PeopleCode statement to declare an object of the ErrorRow class.

View the Exhibit.

Select the correct PeopleCode statement to declare an object of the ErrorRow class.

View the Exhibit.

Select the correct PeopleCode statement to declare an object of the ErrorRow class.

A.
Row ErrorRow &NewObject;

B.
Component &NewObject extends ErrorRow;

C.
Row OCP:OCPUtilities:ErrorRow &NewObject;

D.
&NewObject= Get (OCP:OCPUtilities:ErrorRow);

E.
Component OCP:OCPUtilities:ErrorRow &NewObject;

F.
Component OCP.OCPUtilities.ErrorRow &NewObject;

G.
&NewObject= Create (OCP:OCPUtilities:ErrorRow);

Explanation:



Leave a Reply 0

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