can you give the dynamic polymorphism types?

Answers were Sorted based on User's Feedback



can you give the dynamic polymorphism types?..

Answer / rajdeep nandi

Dynamic polymorphism can be method overriding in java and pure virtual functions in C++. In this the method name, type signature, and parameter list remains the same but works in a different manner based on different invocations.

Is This Answer Correct ?    6 Yes 0 No

can you give the dynamic polymorphism types?..

Answer / guest

staic polymorphism and dynamic

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

what is the difference between inter class and abstract class...?

0 Answers  


Have you ever interfaced with a database?

2 Answers   IBM,


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


What is destructor example?

0 Answers  


what is new modifier in C#

8 Answers   HCL,






What does and I oop and sksksk mean?

0 Answers  


What is abstraction and encapsulation?

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


What is Dynamic Polymorphism?

13 Answers  


diff between Virtual mathod and abstract method?

1 Answers  


What is class and object with example?

0 Answers  


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 Answers  


Categories