Q29
In Java, can a subclass override a final method from its superclass?
A.
Only if the final method is marked as "static"
B.
Only if the subclass is marked as "final"
C.
No, final methods cannot be overridden
AnswerD.
Yes, a subclass can override final methods
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board