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
When we should use serialization?
What is the size of boolean variable?
how would you implement a thread pool? : Java thread
How will you get the platform dependent values like line separator, path separator, etc., ?
What is data type in java?
What is the difference between an interface and an abstract class?
What are the main differences between the java platform and other platforms?
How to set the permissions to a file in java?
Why are global variables used?
What are the differences between the constructors and methods?
How define set in java?
What is a local block?
What is the protected method modifier?
What access modifiers can be used for variables?
Can java cast null?