What is polymorphism ? Explain with examples
Answer Posted / ashok kumar
polymorphism means many forms,greekword-poly-many fuction
overloding,fuction overloding,operator overloding.
ex->'+'
this opertor can be overloaded to add strings
(concatenation)or sets(union)and so on. functions also can
be overloaded as show in the next sectin.the
terms 'Overloading'and 'polymorphism' are used
interchangeablely.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is persistence in oop?
#include
Where You Can Use Interface in your Project
What is difference between abstraction and encapsulation?
How do you answer polymorphism?
What is polymorphism in oop example?
What is byval and byref? What are differences between them?
what are the ways in which a constructors can be called?
What is difference between inheritance and polymorphism?
Why is there no multiple inheritance?
What is data binding in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is abstract class in oop?
Is oop better than procedural?
What is the point of oop?