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
Can we create object of inner class in java?
What are jee technologies?
what happens when a thread cannot acquire a lock on an object? : Java thread
How do you do a line break in java?
What is the meaning of 3 dots in java?
How many types of string data types are there?
What is arraylist e?
What are the different types of garbage collectors in java?
What is method overloading and method overriding?
How to connect to a remote database using Applet?
Is static a keyword in java?
How to remove the trailing spaces from a string?
What is the difference between serializable and externalizable interfaces?
What is a null point?
Can we serialize arraylist in java?