Answer Posted / supraja
Polymorphism is the feature that allows one interface to be
used for general class actions
Seperates Interface from Implementation
Creation of reusable code by programmers. Eg:
creation of object like driving car, which without knowing
multiple plugins like engine,car model, multiple forms will
be called in same way.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a modular application?
Is it possible to stop the execution of a method before completion in a sessionbean?
Explain the different types of memory used by jvm?
Have you used threads in Servelet?
Which container method is used to cause a container to be laid out and redisplayed?
What is a session? Can you share a session object between different theads?
What is permgen or permanent generation?
What are the pros and cons of detached objects?
Why do I get a duplicate name error when loading a jar file?
What is the difference between system.out ,system.err and system.in?
what is an isolation level?
Should synchronization primitives be used on bean methods?
Do I need to import javlang package any time? Why ?
What class is used to create Server side object ?
Explain about local interfaces.