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 do you mean by web applications? Explain web application directory arrangement?
What is the difference between servlet and jsp?
Why don't we write a constructor in a servlet?
Why do we have servlet filters?
How a servlet is unloaded?
why we should override only no-agrs init() method.
What are some disadvantages of storing session state in cookies?
Can filter be used as request or response?
Explain jsessionid?
What is servlet name in web xml?
Why do we have servlet wrapper classes?
What do you understand by mime type?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is difference between jsp and servlet?
Whats the advantages using servlets over using CGI?