can you give the dynamic polymorphism types?
Answer Posted / 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 |
Post New Answer View All Answers
What is multilevel inheritance in oop?
Why do we use encapsulation in oops?
What does I oop mean?
Can we have inheritance without polymorphism?
What is multilevel inheritance?
What is polymorphism in oops with example?
Give two or more real cenario of virtual function and vertual object
Can static class have constructor?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Advantage and disadvantage of routing in telecom sector
Can we create object of interface?
What is the difference between abstraction and polymorphism?
What is basic concept of oop?
What do you mean by abstraction?
Can a destructor be called directly?