Why Over riding is Run Time Polymorphism?
Answer Posted / mani
Overriding method resolution always take care by JVM based
on runtime object. Hence overriding is consider as runtime
or dynamic orlatebinding.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is the properties class in java programming?
What do you mean by mnemonics?
What is a singleton class in Java?
What are format specifiers in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
How do you include a string in java?
What is meant by local variable and instance variable?
What is natural ordering in java?
What is gc()?
Why stringbuilder is not thread safe in java?
Explain the available thread states in a high-level?
What is a vararg?
How does thread synchronization occurs inside a monitor?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What does s mean in regex?