Question: Choose the correct declarations in Java from the following statements. class C extends A, B { ... } interface C implements A, B { ...

Choose the correct declarations in Java from the following statements. class C extends A, B { ... } interface C implements A, B { ... } interface C extends A, B {...} class A {...} class B {...} class C implements A, B {... }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
