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 / sathish kumar
using this concept we can call base class function
repeatedly in subclass only change of inner coding in
subclass each and very subclass overrides baseclass when
they r called
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Is array a class in java?
What is the difference between an array and an array list?
What is immutable data?
Is string passed by reference in java?
State one difference between a template class and class template.
What are the legal parameters?
What is contractor means and methods?
What is variable length arguments in java?
What are wrapper classes in java?
What does isempty () do in java?
What is the use of accept () method in java?
Can we overload run() method in java?
What is rmi and steps involved in developing an rmi object?
Can singleton class be inherited in java?
What modifiers are allowed for methods in an interface?