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
Give two or more real cenario of virtual function and vertual object
What is new keyword in oops?
What is abstraction encapsulation?
what are the realtime excercises in C++?
What do you mean by overloading?
What is super in oop?
What is polymorphism explain its types?
what is different between oops and c++
What is an example of genetic polymorphism?
can inline function declare in private part of class?
What is object and example?
What is the real time example of encapsulation?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use inheritance?
2. Give the different notations for the class.\