what is mean by overriding in which situation we wil use?
Answer Posted / neema
If we have same method name in the super class as well as
in the sub class, then the method in the subclass is said
to override the method in the super class.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How can we access some class in another class in java?
How to overcome the exception object reference not set to an instance of object?
Can we call virtual funciton in a constructor ?
Can sleep() method causes another thread to sleep?
What are the Main functions of Java?
What are the three parts of a lambda expression?
Explain when classnotfoundexception will be raised ?
Define "Access specifiers" in java.
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is meant by memory leak?
Can we have any code between try and catch blocks?
Can we declare the static variables and methods in an abstract class?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is instance synchronization?
How static variable work in java?