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 abstraction with example?
class type to basic type conversion
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are main features of oop?
What is destructor oops?
What is the fundamental idea of oop?
What is the real time example of encapsulation?
What are classes oop?
What is static modifier?
What does I oop mean?
What are the benefits of oop?
What are the 4 pillars of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What are functions in oop?
What are the important components of cohesion?