Answer Posted / rakesh kumar jha
In java all method use dynamic method lookup and therefore
are be default virtual. so there is no way to explicity
call an overriden base class method, but overwriting can be
prevented by declare a method final.
Is This Answer Correct ? | 29 Yes | 12 No |
Post New Answer View All Answers
What is a protected method?
What is the difference between jfc & wfc?
What is a website container?
What is functional interface in java example?
What is the difference between form & report?
What is meant by class?
How will you call an Applet using Java Script Function?
What are the states of thread in java?
What is the implementation of destroy method in java. Is it native or java code?
What is boolean logic?
How do you replace a string in java?
Explain an intermediate language?
How many bytes is double?
Can we write method inside a method in java?
What is arraylist e?