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 is the difference between a vector & an array list?
what is object slice?
What are generic methods?
Explain aggregation in java?
What is factor r?
What are the main uses of java?
What is a top level class in java?
How do you input a string in java?
How to run a JAR file through command prompt?
What are packages in java?
What are constructors in java?
How to create a thread in java?
Which is the class in java?
what is a working thread? : Java thread
why an outer class cannot be declared as private?