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 the equal sign?

0 Answers  


What is type parameter in java?

0 Answers  


What is the purpose of void?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


What are the three types of design patterns?

0 Answers  






How do you pass by reference?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


Explain the difference between the Boolean & operator and the && operator?

1 Answers  


In which way does a Primitive data type is passed ?

5 Answers   Sun Microsystems,


i need example for java abstraction. where we use abstraction and why we need abstraction.

2 Answers   Oracle,


What is constructor and virtual function? Can we call a virtual function in a constructor?

0 Answers  


what is the difference between thread and runnable types? : Java thread

0 Answers  


Categories