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

Can bst contain duplicates?

1 Answers  


Can we create object of class with private constructor?

5 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


What do you mean by inheritance?

0 Answers   IBS,


what is ns string? what is ns array?

1 Answers  


Describe what an Interface is and how it?s different from a Class.

7 Answers   Spinsys,


what is virtual function in c++

6 Answers  


what is the realstic modeling?

1 Answers  


What is inheritance in simple words?

1 Answers  


How does polymorphism work?

1 Answers  


What is the advantage of oop over procedural language?

1 Answers  


Categories