What is the difference between overloading and overriding a
function?
Answer Posted / jitesh singh
OVERLOADING is done in the same class with different
singnature or parameter pass in the function
OVERRIDING is done in different class but the signature or
the parameter is same
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is predicate in java?
Can an interface be final?
What is a java list?
What is a predicate method?
What is arguments in java?
What is multi-catch block in java?
What is a parameter example?
what are the high-level thread states? : Java thread
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is sleep method?
Which programming language is most secure?
What are static methods?
Why is the singleton pattern considered to be an anti pattern?
Explain wait(), notify() and notifyall() methods of object class ?
What is the difference between a static and a non-static inner class in java programming?