SAP Certified Development Associate ABAP With SAP Netweaver 750 · Free Practice Question Medium
Question 12
A class is defined as follows
CLASS my_class DEFINITION
PUBLIC SECTION
METHODS do_something
EVENTS state_changed
CLASS-Methods static1
PRIVATE SECTION
TYPES t_table Type Standard table OF1001
CONSTANTS gc_canst TYPE I VALUE 1
ENDCLASS.
Which components of the class can static method static1 address directly?
There are 2 correct answers to this question
-
A
gc_const constant
-
B
t_table type
-
C
do_something method
-
D
state_changed event
Reveal correct answers
Correct answers: A, B
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
