Vidyalelo
Java Programming · Q83

Interfaces and Abstract Classes

Programming · Java Programming · question 83

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 {}
Answer
C.
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