option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: SAP 7.5 Class Identification Analysis a
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
SAP 7.5 Class Identification Analysis a

Descripción:
SAP 7.5 Class Identification Analysis a

Autor:
MR
OTROS TESTS DEL AUTOR

Fecha de Creación:
31/07/2023

Categoría: Otros

Número Preguntas: 11
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What is unique about a singleton? Select all that apply. It must be instantiated using a private instance constructor. It must be instantiated using a public instance constructor. It must be instantiated using a protected instance constructor. It must be instantiated using a static private constructor. It must be instantiated using a static public constructor. It must be instantiated using a static protected constructor. It must be defined as FINAL. It cannot be defined as FINAL. .
Which statements are true about a class that has granted friendship to another class? Select all that apply. The friend has access to private attributes. The friend has access to protected attributes. The friend has access to public attributes. All classes the friend has granted friendship access status to also have the same access. All classes that inherit from the friend (subclasses) also have the same access. .
There can only be one level in the inheritance tree. True False.
Which statements are true regarding ABAP inheritance? Select all that apply. You can access the superclass component with the prefix SUPER-> . The instance constructor can be overwritten as part of inheritance. The static constructor can be overwritten as part of inheritance. Overloading allows a method to have several definitions with different signatures. Instance constructors must call the superclass's constructor. Static constructors do not need to call the superclass's constructor. Polymorphism requires the developer to specify which method to use with inheritance. .
Which statements are considered obsolete and cannot be used in ABAP Objects? Select all that apply." TABLES DATA … TYPE … OCCURS DATA .. BEGIN OF … OCCURS INFOTYPES RANGES LEAVE ON CHANGE OF SEARCH LOOP AT dbtab .
With what can you simulate multiple inheritance? REDEFINITION INHERITING FROM INTTERFACES .
What is unique about a functional method? Select all that apply. It must contain a returning parameter. It can contain an importing parameter. It can contain an exporting parameter. It can contain a changing parameter. It can be used in logical expressions. It can be used in SELECT statements. It must be a singleton. .
What character is used as a symbol for the operand type in an expression? @ # ~ None of the above.
When you define local classes in ABAP, which syntactical sequence must you follow?" PUBLIC SECTION, PROTECTED SECTION, PRIVATE SECTION PRIVATE SECTION, PROTECTED SECTION, PUBLIC SECTION The order doesn't matter. The order is handled automatically. .
What does the Refactoring Assistant allow you to do? Select all that apply. Move components between superclasses and subclasses Rename all occurrences of a method Move between classes and interfaces .
ABAP now has predefined functions that behave like functional methods. True False.
Denunciar Test