Distinguish method overloading and method overriding
Answer Posted / sushila
method overloading is method name should be same but
signature should be different.
method overriding is method name and arguments should be
same but return type will be same or wider.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
List the different types of classloaders in java.
What is map and hashmap in java?
What is the difference between an inner class and a sub-class?
What are methods?
What are keywords and reserved words in java?
What one should take care of, while serializing the object?
Is null a string?
What ide should I use for java?
How to perform linear search in java?
What is abstraction in java?
Can you call one constructor from another if a class has multiple constructors?
What are 5 boolean operators?
What do you mean by compiler?
What does || mean in vectors?
What is anagram number?