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
What do you mean by stack?
What is the purpose of using java.lang.class class?
Does printwriter create a file?
What is the common usage of serialization?
What is abstract class? Explain
What is number data type?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is a flag and how does it work?
Why is multiple inheritance not supported in java?
What is literal example?
What is java in layman terms?
How many types of parsers are there?
How do you download stubs from Remote place?
What is general methodology?
What does singleton mean in java?