What is the difference between overloading and overriding a
function?
Answer Posted / ankit
IN overloading the function are used in same class, they
have different parameters each time we define the funtion,
and perform the same task.
overriding is used in diferent class with same parameters.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many bits is a float?
what is the significance of listiterator in java?
Explain enumeration in java?
What is java developer skills?
What is variable declaration and definition?
What is the latest java version?
How big is a boolean?
What is difference between static and abstract class?
Is linkedlist thread safe in java?
How do you use parseint in java?
Explain scope or life time of local variables in java?
What is the purpose of tostring() method in java?
Explain the difference between private, public, package and protected in java?
Can we sort array in java?
What is unicode in java?