Multiple choice technology programming languages

Overridden method is in child class and Overriding method is in parent class.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The terminology is: the overridden method is in the PARENT class (the original version being replaced), and the overriding method is in the CHILD class (the new version). The statement reverses this correctly, so False is the right answer. You're overriding the parent's method from the child.