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
How many arguments can a method have java?
What is a stringbuffer?
Difference between predicate, supplier and consumer ?
Can we have multiple classes in single file ?
What is the full name of java?
How is string immutable in java?
What is tree node in java?
What do you mean by chromounits in java8?
Why can't you declare a class as protected?
How many types of voids are there?
How will you load a specific locale?
What is thread synchronization in java?
What is command line argument
Is empty string in java?
What is the use of keywords in java?