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
How do you declare an empty string?
What are internal variables?
Discuss 2D arrays.
What is the difference between call by reference and call by pointer?
What is a local block?
What is boolean data type in java?
How do you escape sequences in java?
Explain about fail safe iterators in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is a boolean field?
Can list have duplicates in java?
What are data types in oop?
What are Normalization Rules? Define Normalization?
Is char * a string?
Is java a pure object oriented language?