What Is a Polymorphism? How many types of polymorphism and
whats that use in application?

Answers were Sorted based on User's Feedback



What Is a Polymorphism? How many types of polymorphism and whats that use in application?..

Answer / scarlet

the ability of general request to get different result is
polymorphism.the 3 types are function overloading,operator
overloading,virtual functions.application-allows object to
show different identities and results at run time.

Is This Answer Correct ?    2 Yes 1 No

What Is a Polymorphism? How many types of polymorphism and whats that use in application?..

Answer / khan

Poly mean many mphorm mean form, polymorphism mean use an entity in many forms. there are two types of polymorphism
1. Static Polymorphism
2. Dynamic Polymorphism

1. Static polymorphism is also called as Compile Time polymorphism. In Static polymorphism methods are overloaded with same name but having different signatures.So it is called as method overloading.

2.Dynamic polymorphism is also called as Run Time polymorphism. In this type of polymorphism methods have the same name, same signature but different in the implementation.
In Dynamic polymorphism methods are overridden so it also called as method overriding.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is an interface in oop?

0 Answers  


What is polymorphism what are the different types of polymorphism?

0 Answers  


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


What are the components of marker interface?

0 Answers  






Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


write a program to print * * * * * *

2 Answers  


What are oops methods?

0 Answers  


How to overload postfix operator in c++

1 Answers   Mphasis,


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


What is this pointer in oop?

0 Answers  


What is super in oop?

0 Answers  


Categories