Distinguish method overloading and method overriding
Answer Posted / sagar.rds
Method overloading is compile time polymorphism and method
over riding is Runtime polymorphism.Method oveloading is
having same name and different parameters and different
return type also.Method overriding same name with same
parameters and having same return type
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What are the steps in the jdbc connection?
Is the empty set a singleton?
what are abstract functions?
How to change value in arraylist java?
What about instanceof operator in java?
What is boolean strategy?
Does isempty check for null?
how does multithreading take place on a computer with a single cpu? : Java thread
Can we restart a dead thread in java?
What is generic class?
How to print an arraylist in java?
What is the difference between keyword and identifier?
What is constructor chaining and how is it achieved in java?
What is arrays aslist in java?
How many ways can we create the string object?