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
How do you execute a thread in java?
What are the basic concepts of OOPS in java?
What is the purpose of void class?
Can a final variable be null?
How do you change an int to a string?
Why do we use threads in java?
Can Exception handling we can handle multiple catch blocks?
What is difference between final and finally in java?
What is the relationship between clipping and repainting under awt?
Where are local variables stored?
Why strings in java are called as immutable?
Is object a data type in java?
What is the difference between int and integer in java?
What is finalize method?
What is anagram of a string?