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
0
Answer:
The correct choice is (b) class manager implements salary {}
To explain I would say: None.
Similar questions