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
What is the benefit of using enum to declare a constant?
Name component subclasses that support painting in java programming?
What is a byte string?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Explain about the select method with an example?
Java.util.regex consists of which classes?
Why there are some null interface in java? What does it mean?
What are the changes in java.io in java 8 ?
Is java hashset ordered?
What is a top level class in java?
Explain working of call by reference function invoking.
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What an i/o filter?
How to create a fecelet view?
how we can make a read-only class in java?