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 a numeric string?
what is the major difference between linkedlist and arraylist in java?
What is java used for on a computer?
What is oop principle in java?
What’s the difference between callable and runnable?
What is jit and its use?
What is internal iteration in java se 8?
What is an object in java?
What is difference between path and classpath?
Tell me how many ways are there to initialise an integer with a constant.
What methods are used in Servlet?Applet communication?
What is byte [] in java?
What is super in java?
What does exclamation mean in java?
Can a variable be local and static at the same time?