Answer Posted / j.winston britto
Overloading means,
More than one method have same name and every one
differ in no. of arguments,type of arguments in a class.
Overridding means,
methods having same name and type in different
classes.In this we can use "super" key word
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is java util concurrentmodificationexception?
When does an object becomes eligible for garbage collection in java?
What is a finally block? Is there a case when finally will not execute?
Is a case study a method or methodology?
Can we override the private methods?
What is difference between an object and a class?
Is java pass by value or pass by reference?
what is method reference in java 8?
How do you use wildcards?
Why is string buffer better than string ?
How does callback work in java?
Why is it called a string?
What do you mean by an object in java?
Explain different states of a thread in java?
What is a constructor overloading in java?