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
What is difference between fileinputstream and filereader in java?
What is finally and finalize in java?
What are abstract classes and anonymous classes?
Can an arraylist be empty?
How many decimal digits is 64 bit?
What is split return?
What is ‘has a’’ relationship in java?
What is java objectoutputstream?
Explain java coding standards for interfaces?
What is the difference between jdk and jre?
How does varargs work in java?
what is the difference between process and thread? : Java thread
What is a protected void?
Why hashcode is used in java?
How do you input a string in java?