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 |
What is the difference between "calloc" and "malloc"?
What is the function of I/O library in C++ ?
How much do coding jobs pay?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What are the main differences between C and C++?
What does it mean to declare a destructor as static?
Using a smart pointer can we iterate through a container?
How do c++ struct differs from the c++ class?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is the basic concept of c++?
Explain the virtual inheritance in c++.
Differentiate between a copy constructor and an overloaded assignment operator.