What is polymorphism ? Explain with examples
Answer Posted / selvi
Polymorphism means one in many forms.It describes a method
in different characteristics. A method gets differentiated
by its Function signature. Function signatures are
datatypes, Number of parameters used in method. For
example, a method called Calculation has different
character such as add, sub, mul, div, etc.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How oops is better than procedural?
How do you explain polymorphism?
What is overriding in oop?
What is object in oop?
What is the oops and benefits of oops programming?
What is the advantage of oop over procedural language?
What is oops in simple words?
Whats oop mean?
What do you mean by overloading?
What is the difference between a mixin and inheritance?
What is the point of oop?
Why is polymorphism needed?
Can abstract class have normal methods?
Why multiple inheritance is not possible?
write a program that takes input in digits and display the result in words from 1 to 1000