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 differance between Abstract and Interface

3 Answers  


What is super in oop?

0 Answers  


write a program to print * * * * * *

2 Answers  


what is object slicing?

9 Answers   L&T, Wipro,


What are classes oop?

0 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


How to overload postfix operator in c++

1 Answers   Mphasis,


Why do we use oops?

0 Answers  


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


What are the three parts of a simple empty class?

0 Answers  


What is a unary operator?

5 Answers  


Categories