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
Explain about member inner classes?
how come we know the object is no more used in the class?
What is continuity of a function?
What is the intersection and union methods?
What do you understand by the bean persistent property?
What are keywords give examples?
What is classes in java?
What are the two types of java?
What is the difference between inheritance and encapsulation?
What happens when a thread cannot acquire a lock on an object in java programming?
Can string be considered as a keyword?
What is an arraylist in java?
Write an algorithm for quick sort?
Can we use a default constructor of a class even if an explicit constructor is defined?
What function extracts specified characters from a string?