What is method Overriding in the perspective of OOPS?
Answer Posted / boss
Redefining the superclass method in the subclass. Means
redefining the implementation of superclass method in the
subclass
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is character in data type?
What is math in java?
How many characters is 2 bytes?
How do you know if a value is nan?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Can private class be inherited in java?
What is string substring?
Why are global variables used?
Why should I use abstract class?
Difference between abstract and concrete class ?
Can java program run without jre?
What is the driver class?
what is the significance of listiterator in java?
Can you override private or static method in java?
Write a method that will remove given character from the string?