Answer Posted / ravikiran
compile time polymorhism is named as overloading,and takes
place in the same class.Should have same method name but
must have different argument list.
Runtime polymorphism is named as overriding,and takes place
in diferent classes.Must have the same signature and
argument list including the order defined in the super
class.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a buffer in java?
Do you need to import math in java?
What is the difference between jdk, jre, and jvm?
Why super is first line in java?
What is difference between path and classpath variables?
What are keywords and reserved words in java?
Explain about doubly linked list
What is string in java?
Explain the significance of listiterator.
Is singleton class immutable?
Does variable declaration allocate memory?
What is skeleton and stub? What is the purpose of those?
What is java util hashmap?
What does ide stand for?
What is public/private protected in java?