what is the purpose of method overriding in java where v r
completely re-defining a inherited method instead y can't v
create a new method and define.If the question is very silly
plz excuse me and do reply.Thank U!
Answer Posted / sadikhasan palsaniya
we can change default behavior of super class method by
overriding that method into the subclass.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What are sets in java?
Can you call a method in a method?
What an i/o filter in java programming?
What is the this keyword?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
how to open and edit XML file in Weblogic???
Why arraylist is not synchronized in java example?
What is the new line character?
How do singleton patterns work?
What is the difference between @before and @beforeclass annotation?
What does system out println () do?
How does predicate work in java?
What are parameters in a method?
What is the meaning of variables in research?
what is recursion in java