Question { Wipro, 14882 }
can you give the dynamic polymorphism types?
Answer
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.