adspace
Answer Posted / Km Sangita
@Override is a Java keyword used to indicate that a method in a subclass overrides a method from its parent class. This helps ensure that the correct method is being called during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers