Answer Posted / chittaranjan
Method overloading: when a method in a class having the
same method name with different number/type of arguments
with the existense of prevoius meaning also is called
method overloading.
Method Overridding: when a method in a class having the
same method name with same number & type of argument(s)
however there mus not be any existense of previous meaning
is said to be method
overridding.
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Are primitives objects?
How many days will it take to learn java?
If an object is garbage collected, can it become reachable again?
What are different types of encoding?
What does java se mean?
Break statement can be used as labels in java?
What is functional interface in java example?
Why generics are used in java?
Can private class be inherited in java?
Explain restrictions for using anonymous inner classes?
How do weakhashmap works?
What is the main use of generics in java?
What is an image buffer?
What is the use of accept () method in java?
Explain the differences between static and dynamic variables?