Distinguish method overloading and overriding
Answer Posted / pralay
Method Overloading is functionality of java in which we can
declare many method with same name but different signature
in one class, but Overriding is a the process of declare a
method which is already define in super class, this Method
has same name and same signature as super class.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differences between external iteration and internal iteration?
Is a boolean 1 bit?
Explain about sets?
What is string length in java?
What’s the difference between the methods sleep() and wait()?
How we can generate random numbers in java?
Is an array a vector?
What is the byte range?
What is var keyword ?
In how many ways we can do synchronization in java?
Can we catch more than one exception in single catch block?
Can you add null to a list java?
What is the final class modifier?
Can a constructor be made final?
What is private protected in java?