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 class in java?
What data structures are used to perform recursion?
Can we use different return types for methods when overridden?
What are the differences between abstract class and interface?
What is stringwriter?
What is null mean in java?
What is command line used for?
Difference between keyword and identifier.
What is an empty class? What functionality does it offer in Java?
What is the difference between dom and sax parser in java?
What is difference between char array and string?
When throws keyword is used?
What is thread safe singleton?
Is it possible to instantiate the abstract class?
Can we overload the methods by making them static?