Q83
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 {}
AnswerC.
class manager imports salary {}
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board