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
Is 0 true or false?
What is finally and finalize in java?
When to use runnable interface vs thread class in java?
Explain exception chaining in java?
List some important features of java 10 release?
How do you reverse a string in java without using string buffer?
What are accessor methods in java?
Explain reverse a linked list recursive java solution?
Explain jdk, jre and jvm?
What do you understand by access specifiers in Java?
What is the difference between math floor and math round?
What is complexity and its types?
What is the use of default method in interface in java?
Which package is always imported by default?
Give an example of use of pointers in java class.