what do you meant by Runtime Polymorphism?
Answer Posted / arun kumar rout
Linking of message to an object at the time of execution is
known as dinamic binding or runtime polymorphism.
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is boolean used for?
What is difference between == and === in js?
How many decimal digits is 64 bit?
Which of the classes will have more memory allocated?
Is string is a class in java?
What are the three parts of a lambda expression?
What do you mean by an interface in java?
What is arrays fill in java?
Can a java program have 2 main methods?
What is == and === in javascript?
Can we catch more than one exception in single catch block?
How to find the given number is a prime number or not by getting input from the user
What is array pointers ?
What is unicode in java?
What is the difference between an argument and a parameter?