

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