SAP
C_TAW12_750 · Question #130
Which of the following statements are correct? Select all that apply (S. 470) {4 Richtig}
The correct answer is A. You can call private methods within the public methods without reference ^ '--' to the object or C. Static methods can be defined in both the public and private visibility section of the class. D. Class methods assigned to the public visibility section can be accessed outside the class using the E. Only public methods can be addressed outside the class. See the full explanation below for the reasoning.
Question
Which of the following statements are correct? Select all that apply (S. 470) {4 Richtig}
Options
- AYou can call private methods within the public methods without reference ^ '--' to the object or
- BNone of the above
- CStatic methods can be defined in both the public and private visibility section of the class.
- DClass methods assigned to the public visibility section can be accessed outside the class using the
- EOnly public methods can be addressed outside the class.
How the community answered
(27 responses)- A81% (22)
- B19% (5)
Community Discussion
No community discussion yet for this question.