nerdexam
SAP

C_TAW12_750 · Question #267

In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? There are 2 correct answers to this question.

The correct answer is B. The subclass method has same visibility as the super class method D. The superclass method is an instance method. See the full explanation below for the reasoning.

Question

In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? There are 2 correct answers to this question.

Options

  • AThe super class method is abstract
  • BThe subclass method has same visibility as the super class method
  • CThe subclass method has a lower visibility than the super class method
  • DThe superclass method is an instance method

How the community answered

(49 responses)
  • A
    18% (9)
  • B
    71% (35)
  • C
    10% (5)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_750 Practice