what is polymorphism?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / kokila

One name with many forms. Single name used for many purpose.
Ex. single function name with multiple arguments
operator for dual purpose

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / cathie

mechanism through which a function behaves in many forms in
different invocations

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / krishnakala

polymorphism means exhibiting many forms with same name.it is possible by using interface

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / divyaja

Polymorphism is a greek word.'Poly' means many.'Morphism'
means programs.'Polymorphism' many programs.That means by
calling many forms or many programs using one interface.By
using polymorphism we can achieve overloading and overriding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is setf in c++?

0 Answers  


What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


What are formatting flags in ios class?

0 Answers  


What problem does the namespace feature solve?

1 Answers  


Why do we use structure in c++?

0 Answers  






What is math h in c++?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What is the syntax for a for loop?

0 Answers  


What is meant by const_cast?

0 Answers  


Do you know what is overriding?

0 Answers  


Can we get the value of ios format flags?

0 Answers  


Is java easier than c++?

0 Answers  


Categories