Which Of The Following Is The Correct Way Of Implementing An #1073
Which of the following is the correct way of implementing an interface salary by class manager?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Interfaces - Quiz No.1.
Which of the following is the correct way of implementing an interface salary by class manager?
class manager extends salary {}
class manager implements salary {}
class manager imports salary {}
none of the mentioned