Q.

Which of the following is 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» B. class Manager implements salary {}
4.9k
0
Do you find this helpful?
27

View all MCQs in

Java Programming

Discussion

No comments yet