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 operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


can we make game by using c

1 Answers   SmartData,


Why do while loop is used?

0 Answers  


How do you use inheritance in unity?

0 Answers  


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  






Why we are use # in begning of programme of c++.

2 Answers   Syntel,


what is data hiding.

3 Answers   Wipro,


Are polymorphisms mutations?

0 Answers  


sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....

2 Answers  


why overriding?

3 Answers  


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


What does and I oop and sksksk mean?

0 Answers  


Categories