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 a lambda expression ? What's its use ?
Is hashset sorted in java?
Can we extend private class in java?
What is a war file?
What is bitwise complement?
What is a flag variable?
What is a buffer in java?
What is the right data type to represent a price in java?
What is Recursion Function?
What is the private method modifier?
Is null an object java?
how does multithreading take place on a computer with a single cpu? : Java thread
List the features of java programming language.
What is valid keyword in java?
When will you define a method as static?