MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct syntax below for defining an Interface in Java. |
| A. | interface NAME |
| B. | abstract interface NAME |
| C. | public interface NAME |
| D. | All the above |
| Answer» E. | |