what is polymorphism?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / durgasri

In object-oriented programming, polymorphism (from the
Greek meaning "having multiple forms") is the
characteristic of being able to assign a different meaning
or usage to something in different contexts - specifically,
to allow an entity such as a variable, a function, or an
object to have more than one form.

Is This Answer Correct ?    3 Yes 2 No

what is polymorphism?..

Answer / she

Polymorphism is the features that allow one interface to be
used for general class actions

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism?..

Answer / sudeep

poly mean MANY and morphism mean FORMS... so polymorphism is the ability to allow a function to exist in different forms.

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism?..

Answer / ddd

using the same method for different ways

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can we have try without catch block?

0 Answers  


Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

2 Answers   iGate, Seed Infotech,


What are packages and name a few?

4 Answers  


What is the difference between pass by reference and pass by pointer?

0 Answers  


Can you create an object of an abstract class?

0 Answers  






Explain the difference between abstract classes and interfaces in java?

0 Answers  


What is polymorphism in java? What are the kinds of polymorphism?

0 Answers  


can you create interface instance ?

54 Answers   Fidelity, TCS,


What is static keyword?

0 Answers  


Can we execute java program without main method?

0 Answers  


Is hashset ordered?

0 Answers  


Why we use protected in java?

0 Answers  


Categories