MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct way of implementing an interface N by class M? |
| A. | class M imports N{} |
| B. | class M extends N{} |
| C. | class M implements N{} |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |