what is polymorphism?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / rupinder

polymorphism is a best feature of object oriented
programming, polymorphism mean one name many forms. 'poly'
means one and 'morph' mean many.

Is This Answer Correct ?    3 Yes 0 No

what is polymorphism?..

Answer / haseena banu

Polymorphism is not the same as method overloading or method overriding. Polymorphism is only concerned with the application of specific implementations to an interface or a more generic base class. Method overloading refers to methods that have the same name but different signatures inside the same class. Method overriding is where a subclass replaces the implementation of one or more of its parent's methods. Neither method overloading nor method overriding are by themselves implementations of polymorphism

Is This Answer Correct ?    3 Yes 3 No

what is polymorphism?..

Answer / vijay pratap

Polymorphism is most feature of the object oriented
programming language.It means One method hendled the many
data types.

like ,one person do the many work.

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / jo

polymorphism is a programming language feature that allows
values of different data types to be handled using a
uniform interface.

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More OOPS Interview Questions

In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


what are the ways in which a constructors can be called?

0 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


What is an interface in oop?

0 Answers  


What is difference between function overloading and overriding?

1 Answers   emc2,






What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


Write a program to sort the number with different sorts in one program ??

0 Answers   NIIT,


Which is better struts or spring?

0 Answers  


How do you answer polymorphism?

0 Answers  


Write on signed and unsigned integers and give three (3) examples each

1 Answers  


Name an advantage of linked list over array?

11 Answers   IBM, Infosys,


What is the purpose of polymorphism?

0 Answers  


Categories