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

How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)

1 Answers  


What is inheritance in oop?

0 Answers  


What is class and object with example?

0 Answers  


define oops with class and object

5 Answers   HCL, Tech Mahindra,


What is virtual class and friend class?

5 Answers   IBS, Intel, Wipro,






Program to check whether a word is in all capital letters

1 Answers  


Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku

4 Answers  


Get me a number puzzle game-program

0 Answers  


What is R T T I ?

6 Answers   Ness Technologies,


Why polymorphism is used in oops?

0 Answers  


What is the benefit of oop?

0 Answers  


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


Categories