Multiple choice technology programming languages

Argument List of overriding method can be different

  1. True

  2. False

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

Method overriding requires that the overriding method in a subclass must have the exact same method signature, including the argument list, as the method in the parent class.