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 console in java?
What is meant by object oriented programming – oop?
What do you mean by byte code?
Where will it be used?
What is a get method?
What is the use of keywords in java?
List any five features of java?
How will you load a specific locale?
What is the difference between menuitem and checkboxmenu item?
What is fail fast in java?
What is singleton pattern?
What does n mean?
What is final variable?
Difference between comparator and comparable in java?
How do you implement tree mirroring in java?