If the sub class overrides the method in the parent class, the overridden method can be invoked by using either this' or super' keyword. State true or false.
Answers
Answered by
1
Only by super keyword ... Answer is False
Answered by
0
Answer: The correct answer is 'False'.
Explanation: We can use the 'super' keyword to call the parent class method in the overriding method.
Similar questions