can you give the dynamic polymorphism types?
Answers were Sorted based on User's Feedback
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 |
What is differance between Abstract and Interface
What is super in oop?
write a program to print * * * * * *
what is object slicing?
What are classes oop?
What is late bound function call and early bound function call? Differentiate.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to overload postfix operator in c++
Why do we use oops?
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?
What is a unary operator?