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
What is static class
What is fail first in java?
What is the integer of 16?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can we override final method?
Is null == null in java?
Does java have a compiler?
Explain about assignment statement?
What do you understand by Header linked List?
Can we store variables in local blocks?
What is Session reduplication and how its done?
How do you replace all in word?
What is the need of transient variables in Java ?
How to read and write image from a file ?
What is var keyword ?