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 the use of fflush(stdin) in c++?
What is class and object in oops?
who is the founder of c++?
Can we create object of abstract class?
What is a null tree?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
• What are the desirable attributes for memory managment?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What are different oops concepts?
Can we have inheritance without polymorphism?
What is polymorphism in oop example?
Program to open a file with First argument