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


Please Help Members By Posting Answers For Below Questions

What is abstraction with example?

851


What is constructor overloading in oop?

892


What are main features of oop?

888


How is class defined?

854


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2304


What is the purpose of polymorphism?

901


What is an interface in oop?

796


What is difference between data abstraction and encapsulation?

854


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2328


Can we have inheritance without polymorphism?

821


Where is pseudocode used?

769


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1903


What is class and object in oops?

861


What is the advantage of oop over procedural language?

859


What is inheritance in simple words?

838