Programming Tutorials

Explain the Polymorphism principle.

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is transient variable?

What is similarities/difference between an Abstract class and Interface?

Interview Question: How is the MVC design pattern used in Struts framework?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

Interview Question: What is EJB client JAR file?

Interview Question: What is abstract schema?

Explain the Polymorphism principle.

What is Deployment Descriptor?

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

Interview Question: What is ActionServlet?

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

What are types of J2EE clients?

What are the services provided by a J2EE container?

What types of comments are available in the JSP?

Latest Articles (in Interview)