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 abstract class? Explain
What is the difference between state-based unit testing and interaction-based unit testing?
Is array dynamic in java?
Can a private method be declared as static?
How do you join strings in java?
What is the set interface in java programming?
What are the java ide’s?
What are the differences between heap and stack memory in java?
What is return data type?
How to create an interface?
Is void a keyword in java?
How does remove work in java?
What happens when main () method is declared as private?
Does constructor creates the object ?
Say any two properties in beans?