Answer Posted / nashiinformaticssolutions
In Java, method overloading is the practice of generating several method signatures using a single method name. Method overloading can be accomplished in two ways:
Changing the quantity of arguments
Modifying the method's return type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between yielding and sleeping? : Java thread
Can we create a class inside a class in java?
What is a class in java?
What are the different types of inheritance in java?
What are variable names?
What is the generic function?
How can we find the actual size of an object on the heap?
What is the old name of java?
How to use arraylist in java netbeans?
How to make a write-only class in java?
What is meant by flickering?
Why do we need autoboxing in java?
Why is String immutable?
Differentiate between postfix and prefix operators in java.
What is null mean in java?