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 meant by a delegate?
Carry out conversion of one object of user-defined type to another?
What is an incomplete type in c++?
What are the 2 main types of data structures?
What is vector processing?
What is lambda in c++?
When should we use container classes instead of arrays?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
What are c++ templates used for?
Are c and c++ similar?
Why is c++ is better than c?