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 command line used for?
What is the relationship between clipping and repainting under awt?
Is a string literal?
What is a newline character in java?
how to prepare for IT Officers Interview in Banks
Define linked list and its features with signature?
What is a 16 bit word?
Is java still necessary?
What is difference between static and abstract class?
Why does java have two ways to create child threads? Which way is better?
What is use of static in java?
What is map and hashmap in java?
What is a generic data type?
What's the default access specifier for variables and methods of a class?
Can we call the constructor of a class more than once for an object?