Distinguish method overloading and overriding
Answer Posted / anita kumari
In case of overloading signature should be different.
In case of overriding signature should be shame. Return type should be same. And acess level will be same or wider.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why a dead thread occurs?
How big is a 64 bit float?
What is numeric data type?
Do you need to import math in java?
What is difference between wait and notify in java?
Can I learn java without any programming experience?
What is the purpose of final keyword and when to use it?
What is the collections api in java programming?
Is arraylist ordered in java?
Can interface be private in java?
What is linkedlist in java?
What causes memory leaks in java?
When can we say that threads are not lightweight process in java?
Why singleton is not thread safe?
What is array and arraylist in java?