what is polymorphism?
Answers were Sorted based on User's Feedback
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 |
Answer / cathie
mechanism through which a function behaves in many forms in
different invocations
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnakala
polymorphism means exhibiting many forms with same name.it is possible by using interface
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
What is difference between c++ and c ++ 14?
What is constructor c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What are the two types of polymorphism?
What is the best way to take screenshots of a window with c++ in windows?
What are c++ redistributables?
Is c++ vector dynamic?
Where must the declaration of a friend function appear?
What is the difference between reference type and pointers.
Explain deep copy and a shallow copy?
Does c++ have a hash table?