What is the difference between overloading and overriding a
function?
Answer Posted / nishchita
In overloading 2 function should have different signature
but in overriding must have exactly same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override private methods?
What is a method signature java?
What is the benefit of singleton pattern?
What is java algorithm?
when you will synchronize a piece of your code? : Java thread
Is sizeof a preprocessor?
How does multithreading take place on a computer with a single cpu?
How does regex work?
What is a parameter in a function?
What is array class in java?
What is an i/o filter?
What are variable arguments or varargs?
How do I remove a character from a string in java?
What are singleton services?
What is meant by memory leak?