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 the difference between super class & sub class?
What do you mean by synchronized non access modifier?
Is empty .java file name a valid source file name?
How do you use compareto?
What is jdbc api?
Explain about the dynamic behavior of core java?
Which is the class in java?
What is lexicographically smallest string?
Can static methods access instance variables in java?
Why are lists ordered in java?
Why java is platform independent? Explain.
What is core java used for?
How to create a fecelet view?
What are the different types of inheritance in java?
How does multithreading take place on a computer with a single cpu?