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
When the constructor of a class is invoked?
What is set in java?
What are the properties of thread?
What is the purpose of assert keyword used in jdk1.4.x?
Which language is java?
What is a priority queue java?
Explain enumeration in java?
What is pre increment and post increment in java?
What type of value does sizeof return?
How do you create a null object?
What is purpose of find feature?
What is the original name of java?
How many threads can java run?
When do I need to use reflection feature in java?
Why are data types important?