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
Write the algorithm to check the number non-leaf nodes in a tree.
what is the difference between preemptive scheduling and time slicing? : Java thread
Will set allow duplicates in java?
What is this keyword used for?
Why does java not support pointers?
Can a vector contain heterogenous objects?
Is java good for beginners?
What is a jagged array in java?
In which language java is written?
Write a program to find the greatest of three numbers in java?
Is this valid in java ? Can we instantiate interface in java?
How can we run a java program without making any object?
What is string data type?
What is integer size in java?
What is the use of flag?