What is the purpose of having the concept of overloading?
Answer Posted / geeta
Some times same Object should act differently in differnet
places and in different time . In that case java goes with
overloading.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is dot operator?
How to compare two strings in java program?
What is a locale?
Can you sort a list in java?
What are the parts of methodology?
How would you use Bubble Sort to sort the number of elements?
What is a parent class in java?
How to create a fecelet view?
What is scope of a variable?
What are the disadvantages of using inner classes?
What is a function in programming?
What is local declaration?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
How to store image in arraylist in java?
Can you create an object of an abstract class?