Answer Posted / ujjawal ranjan
Polymorphism is a characteristics of OOPS(Object Oriented Programming Language) through which method/function for any class of objects can be called by the same name and each responses according to their type-specific behavior .
The main benefit of polymorphism is that it simplifies the programming interface. It permits conventions to be established that can be reused in class after class.
Instead of inventing a new name for each new function you add to a program the same names can be reused.
It helps in understanding an interface.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
How do you explain polymorphism?
which feature are not hold visual basic of oop?
Is enum a class?
Why is object oriented programming so hard?
What is oops and its features?
What does and I oop mean in text?
What causes polymorphism?
How to improve object oriented design skills?
Which method cannot be overridden?
What is a class and object?
What do you mean by variable?
What are classes oop?
Why polymorphism is used in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?