Question: 13- Which one is correct declaration for implementing two interfaces? X and Y are Interface. class Z wants to implement both interfaces. A) class

13- Which one is correct declaration for implementing two interfaces? X and Y are Interface. class Z wants to implement both interfaces. A) class Z implements X, Y B) class Z implements X, implements Y C) class Z implements X extends Y
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
Given class name is Z and interface names are X and ... View full answer
Get step-by-step solutions from verified subject matter experts
