can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / ashish rathore
Inheritence is a process by which object of one class aquire
the property of any object of another class. it provides the
idea of reusearility.
this means the ability to take more than one form from
existing class without modifying it.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is URL Encoding?
Which is better jsp or servlet?
Explain the features are in servlet 3?
Is it good idea to create servlet constructor?
Why session tracking is needed?
Whats the advantages using servlets over using CGI?
What if you need to span your transaction across multiple servlet invocations?
Why is init() method is used in servlets?
What is a server side include (ssi)
How to make sure a servlet is loaded at the application startup?
What is the directory structure of web application?
How the servlet is loaded?
What is difference between server and servlet?
What is servlet invoker?
What is api in servlet?