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 multidimensional array?
i^=j; j^=i; i^=j; value of i,j
features of OOPS
22 Answers Ness Technologies, Satyam,
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
diff between Virtual mathod and abstract method?
define oops concept with example
How long to learn object oriented programming?
Program to print 0 to 9 in cross order
Can a destructor be called directly?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
What is a friend function & its advantage?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?