Page 1 of 1

Which of the following is the correct way of implementing an interface salary by class manager?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) class manager extends salary {}
b) class manager implements salary {}
c) class manager imports salary {}
d) none of the mentioned