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
Is char a method in java?
What is this keyword in java?
how can you take care of mutual exclusion using java threads? : Java thread
What happens if we don’t override run method ?
What are disadvantages of java?
What is difference between length and length() method in java ?
What is a function argument in java?
Explain how hashmap works?
What is object-oriented programming?
What are different types of expressions?
What modifiers may be used with a top-level class?
How to provide security in java
What is type safety in java?
What are the states of thread in java?
How to compare two strings in java program?