explain method overridding method overloding with examples?
Answer Posted / muthusenthil
method overloading is to load some extra features in
existing method eg: a method takes string as an arguments
but overloaded method may take int along with String
trapPerson(String name)- pre-existing method
trapPerson(String name,int age)- overloaded method
(irrespective of return type)
this may take place in same class or derived clas
method overridding is to override a method from parentclass
to change its behaviour.name should be same as parentclass
method, behaviour may change
it should takes place between derived class
eg: class man extends superman
int walk() be one among characterstics of man overridden by
superman.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is life cycle of an interceptor?
What is the difference between forwardaction and includeaction?
What is the purpose of @doublerangefieldvalidator annotation?
What do you mean by a custom tag?
What are action errors?
What is the default suffix for Struts2 action URI and how can we change it?
How properties of a form are validated in Struts?
What is the purpose of @result annotation?
What configuration files are used in struts?
What is the purpose of form-be tag in struct-config.xml?
How can you create your custom interceptor in struts 2?
What is the use of jsonvalidation in struts?
What is the difference between struts and spring? Explain
What are struts in java?
What is token used for?