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» The correct choice is (b) class manager implements salary {}

To explain I would say: None.


Discussion

No Comment Found

Related InterviewSolutions