SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer C_S4HDEV1909 Question # 23 Topic 3 Discussion

SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer C_S4HDEV1909 Question # 23 Topic 3 Discussion

C_S4HDEV1909 Exam Topic 3 Question 23 Discussion:
Question #: 23
Topic #: 3

You have written a program that uses inline declarations and assigns values using expressions. The global data declarations contain the following statement: DATA o TYPE REF TO cl_class.

Which of the following are valid statements?

There are 3 correct answers to this question.


A.

DATA(p) = NEW cl_class( ).


B.

DATA(p) =NEW( ).


C.

o = NEW string( ).


D.

o = NEW( ).


E.

o =NEW cl_class( ).


Get Premium C_S4HDEV1909 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.