SAP
C_TAW12_750 · Question #110
Which statements are true regarding ABAP inheritance? Select all that apply.
The correct answer is B. You can access the superclass component with the prefix SUPER->. E. The instance constructor can be overwritten as part of inheritance. F. Static constructors do not need to call the superclass's constructor G. Instance constructors must call the superclass's constructor. See the full explanation below for the reasoning.
Question
Which statements are true regarding ABAP inheritance? Select all that apply.
Options
- AThe static constructor can be overwritten as part of inheritance.
- BYou can access the superclass component with the prefix SUPER->.
- COverloading allows a method to have several definitions with different signatures.
- DPolymorphism requires the developer to specify which method to use with inheritance.
- EThe instance constructor can be overwritten as part of inheritance.
- FStatic constructors do not need to call the superclass's constructor
- GInstance constructors must call the superclass's constructor.
How the community answered
(22 responses)- A9% (2)
- B82% (18)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.