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 predefined function in java?
What is object-oriented paradigm?
Where is java located?
What is the maximum length of a url?
Why arraylist is used in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Can we have any code between try and catch blocks?
What is the final keyword in java?
Is alive method in java?
What is the difference between compiler and jvm?
What is charat java?
What is data type modifier?
Does list maintain insertion order java?
Define max and min heap, also the search time of heap.
How to implement a multithreaded applet?