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 in oops?
#include
What is abstraction oop?
Can we create object of interface?
What is destructor give example?
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 diamond problem in inheritance?
What is purpose of inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is overloading and its types?
What is the importance of oop?
What is a function in oop?
What is protected in oop?
Which language is pure oop?
What is abstraction encapsulation?