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
What access modifiers can be used for variables?
What is binary tree in java?
What is the public method modifier?
Difference between throw and throws?
What is a local, member and a class variable?
What is the difference between menuitem and checkboxmenu item?
What is an example of a conditional statement?
What are the advantages of functions?
What is a substring of a string?
What is jit compiler in java?
Why arraylist is not synchronized in java example?
What is passing parameters in java?
Is assembly language a low level language?
What is the purpose of default constructor?
What are the 3 types of control structures?