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 abstraction with example?
What is constructor overloading in oop?
What are main features of oop?
How is class defined?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the purpose of polymorphism?
What is an interface in oop?
What is difference between data abstraction and encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can we have inheritance without polymorphism?
Where is pseudocode used?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is class and object in oops?
What is the advantage of oop over procedural language?
What is inheritance in simple words?