What is run time polymorphism?
Answer Posted / haridini
At run time it is decided that which version of the same
method should be used. Its basically concept of over
riding.And a very powerful mechanism which is implemented
in java.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What is a java lambda expression?
What is the difference between exception and error in java?
What do you mean by access modifier?
What are operators and its types?
Tell me about your ability to work under pressure
What are the basic interfaces of java collections framework?
Why collection doesn’t extend cloneable and serializable interfaces?
What is a java predicate?
How to create a thread in java?
Can this keyword be used to refer static members?
Difference between class#getinstance() and new operator ?
what is the constructor and how many types of constructors are used in java?
What is static method with example?
How do you do a line break in java?
How do you start a new line in java?