why java does compile time polymorphism at run time ?

Answer Posted / ali

in java all the non-static functions or instance functions are implicit virtual i.e an object is bound with their functionality at run time
so therefore in java their is no compile time polymorphism

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the functionability stubs and skeletons?

681


If I only change the return type, does the method become overloaded?

535


What is outofmemoryerror in java?

559


What is module in project?

512


Why we do exception handling in java and how many types of exceptions are there?

543






Can you use this() and super() both in a constructor?

520


What is the significance of continue jump statement? Explain with an example.

737


How do you achieve singleton?

528


Can a class have multiple subclasses?

581


What is the use of coding?

518


What do you mean by global variable?

523


Why do we create threads in java?

572


Can we define private and protected modifiers for variables in interfaces?

576


Is array an object in java?

546


What is the difference between static binding and dynamic binding?

559