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 most common mistake on c++ and oo projects?
Write a C++ Program to Multiply two Numbers
Discussion on error handling of C++ .
Show the declaration for a static member variable.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What kind of jobs can I get with c++?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
Why is main function important?
What is object in c++ wikipedia?
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
Can a class be static in c++?
Are php strings immutable?