nerdexam
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)
  • A
    75% (21)
  • B
    14% (4)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_740 Practice