What are Advatages of Overloading and Overridding.
Answer Posted / pratima singh
function overloading is used that a programmer does not
need to remember a multiple function name.overridding means
the for the same method same argument or same parameter are
pass
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is var keyword ?
What is java abstraction with example?
Is null == null in java?
Why do I need to declare the type of a variable in java?
What is the maximum size of arraylist in java?
Can a static class implement an interface?
How do you test a method for an exception using junit?
Can we use catch statement for checked exceptions?
How do you write a scanner class in java?
How do you create an array in java?
What are the types of exceptions?
Explain about complier design(phases)
Why do we need data serialization?
How many decimal places is a double?
Can a java program have 2 main methods?