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 you explain the private protected field modifier?
What is dot operator?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What are kinds of processors?
What is the difference between assignment and initialization?
What will happen when using pass by reference in java?
What about main() method in java ?
what is the difference between process and thread? : Java thread
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Is empty string in java?
How do you use substring in java?
What is the syntax and characteristics of a lambda expression?
How do I get 64 bit java?
What is the difference between instanceof and isinstance?
What is data type in computer?