MCQOPTIONS
Saved Bookmarks
| 1. |
What is method overriding in Java? |
| A. | Writing a method in a subclass with the same name of superclass's method |
| B. | Mentioning the same return type of the method of the superclass |
| C. | The argument list in the method of subclass and the method of superclass should be the same |
| D. | All the above |
| Answer» E. | |