why java does compile time polymorphism at run time ?
Answer Posted / bharathi
no..compile time polymorphism is static binding and it s
overloading concept.. dynamic binding is the overridding
concept and is meant as runtime polymorphism. jvm determines
the method to call at runtime and not in compile time. A
runtime polymorphism acts by inheritance and virtual functions.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
Is null or empty java?
Are private methods final?
What is a default constraint?
What are the different types of data structures in java?
What is the meaning of nullable?
How many types of string data types are there?
What is class level lock ?
What is java and its types?
How do I type unicode?
What is the purpose of void class?
What is an interface in java? Explain
In java how do we copy objects?
Why runnable interface is used in java?
What is java algorithm?
Why should I use abstract class?