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
What is considered an anti pattern?
how to one war file class to another war file class?
What is complexity in java?
Tell us something about different types of casting?
List any five features of java?
What does g mean in regex?
Is it safe to install java on my computer?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Explain list interface?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is the purpose of void?
Why spring singleton is not thread safe?
What is replaceall in java?
What is string in java is it a data type?
What is console based application in java?