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 nested class?
What do you mean by jjs in java8?
How many types of java are there?
Is empty set an element of empty set?
when should you use stringbuilder class in a program?
Is java hashset ordered?
Garbage collection in java?
Discuss 2D arrays.
What's the base class of all exception classes?
What is package protected in java?
What restrictions are placed on method overriding in java programming?
Explain about core java?
What is string syntax?
What is the size of a string in java?
What is a null class?