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 is the difference between throw and throws keywords?
How can I become a good programmer?
What is primitive data type in java?
Why map is used in java?
do I need to use synchronized on setvalue(int)? : Java thread
What programs use java?
What is the buffer limit?
What do you mean by mnemonics?
Which programming language is best in future?
Differences between traditional programming language and object oriented programming language?
How does finally block differ from finalize() method?
How to sort a collection of custom Objects in Java?
What’s the difference between callable and runnable?
Is array dynamic in java?
What is the argument in java?