What is the purpose of having the concept of overloading?
Answer Posted / ajay kumar sharma
Overloading is actually belongs to the concept of
Polymorphism the most important feature of OOP.
And it simply means "Ability to take more than one form".
In a Progarm when a same method(having ame name, return
type,argument list) is used to perform multiple or
different tasks its called as method overloading.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is difference between calling start() and run() method of thread?
What do you mean Abstraction in java?
how to convert Java project into Maven ?
Is vector ordered in java?
Can we use this () and super () in a method?
What is wrapper class html?
Explain what access modifiers can be used for methods?
Explain the Propertie sof class?
What is the purpose of the strictfp keyword?
Is java programming easy?
What is the purpose class.forname method?
Is java se free?
What is navigable map in java?
What do you mean by an interface in java?
How do I compare two strings in word in java?