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 is the difference between method and means?
Whats the difference between notify() and notifyall()?
What is singleton service?
What is __ init __ functions?
Explain about instanceof operator in java?
What are examples of modifiers?
What do you understand by soft reference?
Can we use this () and super () in a method?
What is a copy constructor in java?
Why can't you declare a class as protected?
Can we declare register variable as global?
What is json parser in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
How do you compare characters in java?
What super () does in java?