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
Give me an example of array and linked list? Where they can be used?
How does a for loop work?
how we can make a write-only class in java?
Can I declare a class as private?
What is the difference between heap and stack memory?
Is sizeof a preprocessor?
Is space a character in java?
What is backdrop?
What is thread synchronization in java?
What is the purpose of nested class in java?
Why is multithreading important?
What is stringreader?
Define class?
Explain oops concepts in detail?
How is string stored in java?