what is mean by overriding in which situation we wil use?
Answer Posted / ramana
override methos have same method name with same
signature.which methods are apper in super class to sub
class.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are Normalization Rules? Define Normalization?
Why are the methods of the math class static?
What is the difference between throw and throws keywords?
What is the difference between inner class and nested class?
Can we override private constructor in java?
What two classes are used to read data only?
Can you access the private method from outside the class?
why we use merge option in hybernate pls give a ex snippet
How are variables stored in memory?
What exceptions occur during serialization?
Why do we need hashmap in java?
Can an interface be final?
What is static variable with example?
Garbage collection in java?
What is the java reflection api? Why it’s so important to have?