what do you meant by Runtime Polymorphism?
Answer Posted / ashish
first polymorphsm means ability to do more than one task as
ex.we can same function name for many times by passing
different no. of arguments...
now,run time polymorphism means adress of the code
(variable,function) is known (built)at the run time only
as ex. virtual function.....
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is synchronization and why is it important in java programming?
How do you include a string in java?
What are 5 boolean operators?
why would you use a synchronized block vs. Synchronized method? : Java thread
What do you mean by an interface in java?
Explain what are final variable in java?
Difference between Linked list and Queue?
Can we overload destructor in java?
What is javac in java?
Why does my function print none?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
When is the arraystoreexception thrown?
What is are packages?
Which class is the superclass for all the classes?
Can list have duplicates in java?