what is dynamic polymorphism?
Answers were Sorted based on User's Feedback
Answer / srikanth
It is also called runtime polymorphism,
At runtime it is decided that to which method the object
should bind.
It is achieved through METHOD OVERRIDING.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ajai kumar pandey
Dynamic bynding is the late bynding.so deciding at run time
to which method the objects should bind is the dynamic
polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
Binary tree?
What are the Advantages of HashMap over Vector?
what is dot net framework
Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
HTML is a subset of
is possible to delete specific data in a row by using of sql query?
Can any one give an example (Source Code) on virtual function implemetation in Java?
How to create a new dataset only duplicate observations in proc sort procedure?
can we convert .class file to dll file
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Why we need new operator in java at the time of object declaration and why not in c++?