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


Please Help Members By Posting Answers For Below Questions

How to check if a list is sorted in java?

814


Can anonymous class have constructor?

805


Difference between final and effectively final ?

866


What is the purpose of the main method?

777


What is a singleton class in Java?

778


What is lambda programming?

732


What does it mean to be immutable?

781


What is classes in java?

733


Is hashset ordered?

790


What are the advantages of compiled language?

842


What is method in java ?

863


What is the nested interface?

830


Does .length start 0 java?

786


Can we overload the constructors?

776


Why is singleton class used?

812