

MCQOPTIONS
Saved Bookmarks
1. |
Choose a correct statement about using the classes or interfaces or abstract classes inside the packages in our Java program. |
A. | You can extend the class imported from the package. |
B. | You can implement the interfaces imported from the package. |
C. | You can extend the abstract classes imported from the package. |
D. | All the above |
Answer» E. | |