1.

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

A. class company imports salary {}
B. class company extends salary {}
C. class company implements salary {}
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs