Q16
What is the concept of method overriding in Java inheritance?
A.
Making a method static
B.
Redefining a superclass method in a subclass with the same method signature
AnswerC.
Hiding a superclass method
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board