Computer Science, asked by kashyaprani92057, 1 month ago

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​

Answers

Answered by cuteipiesharma161
0

Answer:

The correct choice is (b) class manager implements salary {}

To explain I would say: None.

Similar questions