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
Explain the term virtual machine?
What is the difference between access specifiers and access modifiers in java? 16
List two java ide’s?
What is the association?
Why static functions are used?
What is an object in java?
What is the role of garbage collector in java?
Variable of the boolean type is automatically initialized as?
What are the basic interfaces of java collections framework?
How do you reverse a word in java?
What is a class variable?
Can two objects have same hashcode?
What is method overloading with type promotion?
What are benefits of java?
what is deadlock? : Java thread