What is the difference between overloading and overriding a
function?
Answer Posted / jitesh singh
OVERLOADING is done in the same class with different
singnature or parameter pass in the function
OVERRIDING is done in different class but the signature or
the parameter is same
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do you make an arraylist empty in java?
What if constructor is protected in java?
Can you give names of Container classes?
Why can we not override static method?
Are maps ordered java?
What is class and object in java?
Explain importance of finally block in java?
What is regex in java?
Is string a class in java?
Can I declare a class as private?
What are the super most classes for all the streams?
What is the full form of jpeg?
What is the r character?
Why is logger singleton?
What is the console in java?