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 final keyword denotes in java?
Can we extend private class in java?
How does java pattern compile work?
What is array length in java?
What are the four integer types supported by java?
Can a java program have 2 main methods?
Explain the difference between map and flatmap stream operation?
Justify your answer that you can't define a method inside another method in java, if you can then how?
a thread is runnable, how does that work? : Java thread
What is the constructor?
Which method must be implemented by all threads?
Which methods cannot be overridden in java?
What are the differences between stringbuffer and stringbuilder?
Explain importance of inheritance in java?
What are the ways to instantiate the class class?