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
Can constructor be protected in java?
What are features of java?
What is the use of java?
Is the empty set a singleton?
Can string be considered as a keyword?
How do constructors use this() and super()?
What is mean by exception?
What is the difference between a scrollbar and a scrollpane?
What is an class?
What is the meaning of variables in research?
Why are there no global variables in java?
why are there separate wait and sleep methods? : Java thread
What is object in java?
How can we achieve thread safety in java?
What is string value?