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
What are class types in java?
List some features of the abstract class.
Can we call virtual funciton in a constructor ?
What is the use of volatile in java?
What are decalarations?
How many threads can I run java?
What is an escape character in java?
Is void a keyword in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Give any two differences between C++ and java.
what is comparable and comparator interface?
What is meant by tab pans?
what is the difference between thread and runnable types? : Java thread
How to create com object in Java?
What is a literal coding?