can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / suresh
inheritance is hierarchy of class,that is one class derived
from another class
example:
grant father
--father
--son
polymorphism is the ability to take more than one form
example:
compile time polymorphism
--method overloading
people can act many role in the world
home:father
company:employee
run time polymorphism
--method overriding
dog is a class
It contains smile method
| Is This Answer Correct ? | 36 Yes | 15 No |
Post New Answer View All Answers
How do you deal property files in servlet?
What is cookie in servlet?
Difference between java beans & servlets?
How can I send user authentication information while making URL Connection?
What is difference between get and post method?
Is servlet a server side scripting language?
What do you mean by interservlet communication?
What do you mean by deployment descriptor?
Difference between get and post in java servlets?
what do you understand by url rewriting?
Differentiate between the web server and application server?
How do you create a cookie using servlet?
What do you mean by a filter and how does it work?
What is called servlet container?
What is the servlet?