Q3 Single choice Flag 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); Correct answer