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
What are synchronized blocks in java?
What is arraylist e in java?
What is boolean example?
What is the difference between path and classpath variables?
What are the two environment variables that must be set in order to run any java programs?
What is an error in java?
How to perform merge sort in java?
How will you serialize a singleton class without violating singleton pattern?
Can you make a constructor final?
Where are global variables stored?
How do you sort a set in java?
What is a Presistent Object?
What happens to the Exception object after handling an exception?
What is outofmemoryerror in java?
Why string is not thread safe?