why java does compile time polymorphism at run time ?
Answer Posted / ali
in java all the non-static functions or instance functions are implicit virtual i.e an object is bound with their functionality at run time
so therefore in java their is no compile time polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to write a program for sending mails between client and server
What is a generic code?
What is skeleton and stub? What is the purpose of those?
Why does abstract class have constructor?
What is the r character?
What are disadvantages of java?
Difference between serialization and deserialization in java?
Why a dead thread occurs?
For class CFoo { }; what default methods will the compiler generate for you>?
What are the characteristics of java?
What is visibility mode?
What do you mean by data type?
Write a program in java to create a doubly linked list containing n nodes.
How do you convert boolean to boolean?
Explain the hierarchy of java exception classes?