what is mean by overriding in which situation we wil use?
Answer Posted / rishi
Whenever we use same mathod with the same signature that we
call mathod overloding and we use it, when we use
inharitence or abstract class.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the do while loop syntax?
How infinite loop is declared?
What is instanceof keyword?
What is a method type?
Give any two differences between C++ and java.
Write a program in java to find the maximum and minimum value node from a circular linked list.
Why stringbuffer is faster than string?
What do you mean by of string::valueof expression in java 8?
How many arguments can a method have java?
How does hashmap work in java ?
Why does java have two ways to create child threads? Which way is better?
What are inbuilt functions?
When do we use synchronized methods in java?
What is split return?
What happens when main () method is declared as private?