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
Explain about procedural programming language or structured programming language and its features?
What is bean? Where it can be used?
enlist some features of jdk.
What is an empty class? What functionality does it offer in Java?
What is the parse method in java?
What is the relationship difference the canvas class and the graphics class?
What restrictions are placed on method overriding?
What is the inheritance?
What is concurrent hashmap and its features?
What is the use of coding?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
List some features of the abstract class.
What is widening and narrowing in java? Discuss with an example.
What is the maximum size of a string in java?
Can we declare a static variable inside a method?