Kizspy | Question: 30
(Choose 1 answer)
Which of the following is the correct way of implementing an interface ISalary by Employee class?
A. class Employee implements ISalary {}
B. class Employee extends ISalary {}
C. class Employee imports ISalary {}
D. class Employee override ISalary {}