MCQOPTIONS
Saved Bookmarks
| 1. |
The annotation used in Java to override the method of a super-class or interface by the subclass or implementing class is ___. |
| A. | @override |
| B. | @Override |
| C. | @super |
| D. | @subclass |
| Answer» C. @super | |