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

What is object in oop with example?

0 Answers  


oops concept is used for?

3 Answers   Synergy,


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,


what is the difference between <stdio.h>and "stdio.h"?

5 Answers  


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,






Why is polymorphism important in oop?

0 Answers  


Difference between vector and array

2 Answers  


write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

1 Answers   College School Exams Tests, HCL, IBM, TCS,


WAP find square root of any number (without using sqrt() )?

3 Answers  


which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean

2 Answers   HCL, Wipro,


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


What is meant by oops concept?

0 Answers  


Categories