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
What are operators and its types?
What is the main functionality of the remote reference layer?
what r advatages of websphere? & how to deploy?
What is the collection interface?
Why we use methods in java?
What is the difference between abstraction and encapsulation?
What are the types of strings?
Explain about collection interface in java?
Can constructor be protected in java?
What are the default and parameterized constructors?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Why set is used in java?
What is class??
What is the difference between JDK and JVM?
Is it possible to compare various strings with the help of == operator?