Why method overloading and method overriding required in java?
Answer Posted / sonu
function overloading is used to achieve dynamic binding, and overriding is used to achieve run time polymorphism , dynamic binding .
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is thread count in java?
Can a static class have a constructor java?
What is a boolean field?
What is meant by object?
How do you generate random numbers in java?
What is function overriding and overloading in java?
Explain about static nested classes in java?
How would you use Bubble Sort to sort the number of elements?
Why does my function print none?
What should I import for arraylist in java?
What do you know about the garbage collector in java?
What do you mean by flow of struts?
Explain importance of throws keyword in java?
Which class is the superclass of all classes?
Explain spliterator in java8?