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

What is try-with-resources in java?

0 Answers  


Can static method access instance variables ?

0 Answers  


What is hash in java?

0 Answers  


What is singleton class and how can we make a class singleton?

0 Answers  


Why do we use threads in java?

0 Answers  






What is the equal sign?

0 Answers  


Explain the importance of finally block in java?

0 Answers  


What is an Exception ?

9 Answers  


Do we need to manually write Copy Constructor?

0 Answers   HCL,


how many types of Inheritance?

0 Answers   Impetus,


What is treeset and treemap in java?

0 Answers  


Which graphs are functions?

0 Answers  


Categories