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 oops in simple words?
Why is polymorphism used?
How many human genes are polymorphic?
What is a function in oop?
What is encapsulation c#?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is difference between multiple inheritance and multilevel inheritance?
How do you define a class in oop?
Why do we need polymorphism in c#?
What are the advantages of polymorphism?
What is polymorphism give a real life example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can abstract class have normal methods?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the significance of classes in oop?