Question: What methods does the class Class 2 have to override? interface interace 1 { public void method 1 ( ) ; } interface interface 2

What methods does the class Class2 have to override?
interface interace1{
public void method1();
}
interface interface2{
public void method2();
}
abstract class Class1 implents Interface1{}
class Class2 extends Class1 implents Interface2{}
a) only method1
b) only method2
c) method1 and method2
d)None of the methods

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!