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
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is java english?
what is heap memory?
Who found java?
How to store image in arraylist in java?
Does java support multiple inheritance or not?
What is the purpose of static methods and static variables?
How is java hashmap implemented?
What is an image buffer?
When would you use a static class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
How do you override a method in java?
Explain the public class modifier?
Can we create our own daemon thread?
What is void data type?