What are Advatages of Overloading and Overridding.
Answer Posted / arun lal
Method Overloading Advantage- Suppose we make a calculator program after some time we want change or add some new feature
then we overload the method, So we can reuse the our previous code and Can Add new .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between throw and throws?
What is jrmp?
Explain exception chaining in java?
How arrays are stored in memory in java?
What is meant by class and object in java?
What is a jagged array in java?
How java is similar to c?
How many bits is a float?
What is the abstraction?
Can we overload the methods by making them static?
What is a conditional statement explain with example?
Is array an object in java?
What is a numeric digit?
List the interfaces which extends collection interface?
What is java reflection?