Q. Which of the following is correct way of implementing an interface salary by class manager? (Solved)
1. class Manager extends salary {}
2. class Manager implements salary {}
3. class Manager imports salary {}
4. None of the mentione
- b. class Manager implements salary {}