What is Overriding and how can it be used?
Answer Posted / siddu
overriding is nothing to change behaviour of super class
method in subclass with same singature of method
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What does singleton mean in java?
Can we nested try statements in java?
How would you format a date in java? I.e. In the ddmmyyy format?
Can we execute java program without main method?
What is jdbc api?
What are the legal operands of the instanceof operator?
Does java support multiple inheritance or not?
Are there structures in java?
How do we access static members in java?
What is the function of compareto in java?
How to handle a web browser resize operation?
What is computer compiler?
What is type parameter in java?
What is a finally block? Is there a case when finally will not execute?
What is getclass () getname () in java?