What is polymorphism in oops?
If the class is designed in such a way that the methods with same and with different parameters provided then the depending the input values each method gets executed as per the input provided and gives the appropriate output as given in each different method though has same name of the method in that class. Poly means many with similar, ..Having multiple input will get multiple methods gets multiple output, as given accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is cast operator?
What is meant by oops concept?
What is the difference between const int *ptr and int const *ptr???
how to get the oracle certification? send me the answer
Why do we need oop?
what is the function of 'this' operator ?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
What is polymorphism and example?
How oops is better than procedural?
What is polymorphism ? Explain with examples
Is data hiding and abstraction same?
What is differance between Abstract and Interface