What is polymorphism explain its types?



What is polymorphism explain its types?..

Answer / Radhakrishna Gupta

Polymorphism allows an object to take on multiple forms. There are two main types of polymorphism: Compile-time polymorphism (Method Overloading and Method Overriding) and Run-time polymorphism (Run-time binding or Dynamic method dispatch).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


What is an object?

14 Answers   HCL,


what is graphics

1 Answers  


What is an advantage of polymorphism?

1 Answers  


Why is oop useful?

1 Answers  


Write a program to get the binary tree.

3 Answers   ABC,


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1 Answers  


What is the difference between declaration and definition?

20 Answers   IBS,


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,


What is abstraction?

9 Answers  


string is a class or data type in java?

3 Answers  


What is the real time example of inheritance?

1 Answers  


Categories