Question: Help! what is the correct answerr for this question? Given the following inheritance hierarchy, what is the correct definition of Interface2 and Class2? > Interface1
Help!
what is the correct answerr for this question?


Given the following inheritance hierarchy, what is the correct definition of Interface2 and Class2? > Interface1 +method1(num:double) > Interface4 +method4(num:double) > Interface +method3um:double) A > Interface2 +method2(num:double) italic Class1 +method(num:int) Class 2 +method60) Class 3 +method70) a. Cannot implement the given hierarchy cause Java does not support multiple inheritance. b. interface Interface2 extends Interfacel, Interface4 class Class2 extends Classl implements Interface3 interface Interface2 implements Interfacel, Interface4 class Class2 extends Classl implements Interface3 d. interface Interface2 implements Interfacel, Interface4 class Class2 extends Class), Interface3 e. interface Interface2 extends Interfacel, Interface4 class Class2 extends Classi, Interface3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
