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
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What are the advantages of exception handling?
What is primitive data type in java?
Why does abstract class have constructor?
What is the purpose of return statement?
What is the use of put method?
What is the benefit of using enum to declare a constant?
What is numel matlab?
Can finally block be used without a catch?
Explain about anonymous inner classes in java?
What is bubble sort in java?
What is an class?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Is int primitive data type?
Is there any difference between nested classes and inner classes?