PdfPrep.com

Which statements are true regarding ABAP inheritance? Select all that apply.

Which statements are true regarding ABAP inheritance? Select all that apply.
A . The static constructor can be overwritten as part of inheritance.
B . You can access the superclass component with the prefix SUPER->.
C . Overloading allows a method to have several definitions with different signatures.
D . Polymorphism requires the developer to specify which method to use with inheritance.
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.

Answer: B,E,F,G

Exit mobile version