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 the new version of c++

1 Answers   Ignou, Pramata, Satyam,


why reinterpret cast is considered dangerous?

0 Answers   TCS,


oops concept is used for?

3 Answers   Synergy,


what is ns string? what is ns array?

1 Answers  


What language is oop?

0 Answers  






Why do we use virtual functions?

4 Answers  


What is Iteration Hierarchy? What is what is Object behavioral concept?

1 Answers  


3. Differentiate verification and validation.

1 Answers  


Can we have a private virtual method ?

8 Answers   Ness Technologies,


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

0 Answers   DELL,


explain defference between structure and class with example

1 Answers  


Write a macro for swapping integers

5 Answers  


Categories