Computer Science, asked by inzela9967, 10 months ago

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 Anonymous
1

Only by super keyword ... Answer is False

Answered by sankhasubhrajana2018
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