Answer Posted / janet
Method overloading: when a method in a class having the
same method name with different arguments is said to be
method overloading.
Method Overridding: when a method in a class having the
same method name with same arguments is said to be method
overridding.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is class and its types?
What is class forname used for?
How do you compare two strings lexicographically?
What does three dots mean in java?
What is the importance of main method in Java?
Can a static class implement an interface?
Explain when classnotfoundexception will be raised ?
What is difference between identifier and variable?
What is a numeric string?
What is a nested list?
Can we make a constructor final?
What are different data types?
How do you create a first line indent?
What does I ++ mean?
Explain about field hiding in java?