

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