Question: Question: In Java, what is the effect of marking a method as final in a class? A) The method cannot be called from outside the
Question: In Java, what is the effect of marking a method as final in a class?
A) The method cannot be called from outside the class.
B) The method cannot be inherited by subclasses.
C) The method cannot be overridden by subclasses.
D) The method cannot have a return type.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below The correct option is C The method cann... View full answer
Get step-by-step solutions from verified subject matter experts
