Vidyalelo
Java Programming · Q16

Inheritence

Programming · Java Programming · question 16

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
Answer
C.
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