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
Can singleton class be serialized?
What is the symbol for space?
What does a method signature consist of?
What are the important methods of java exception class?
What is difference between null and void?
What is meant by attribute?
How much ram can a 64 bit processor theoretically?
What are the types of strings?
What is difference between path and classpath variables?
Can we make the abstract methods static in java?
What is palindrome in java?
Where import statement is used in a java program?
What are instance variables?
What is a null class?
Why char array is preferred over string for storing password?