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
How will you reverse a link list without using recursion?
Can private method static?
What is type safety in java?
What is identifier give example?
How many ways can we create the string object?
Which is dependent variable?
How many digits is int32?
How do you compare characters in java?
What is static import?
Is there a jre for java 11?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Do extraneous variables affect validity?
What is factor r?
How does the garbage collector works in java?
How many tetrahedral voids are there in bcc?