SAP
C_TAW12_740 · Question #98
DOG is a subclass of ANIMAL, you have created a variable of type ANIMAL that references and instance of the DOG class. Which of the following statement can you use to copy this reference a to new…
The correct answer is A. MOVE ... ?TO. See the full explanation below for the reasoning.
Question
DOG is a subclass of ANIMAL, you have created a variable of type ANIMAL that references and instance of the DOG class. Which of the following statement can you use to copy this reference a to new variable fo the type DOG?
Options
- AMOVE ... ?TO ...
- BWRTIE ... TO ...
- CMOVE ...TO...
- DMOVE-CORRESPONDING ... TO ...
How the community answered
(28 responses)- A75% (21)
- B14% (4)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.