Question: From my assumption I believe the answer would be both but I still have my doubts so if anybody could lend a hand would be
From my assumption I believe the answer would be both but I still have my doubts so if anybody could lend a hand would be great ty:)
Which implementation of the Luffe class compiles without error? A. Option 1 only B. Option 2 only C. Both Options Consider the following interface and implementations: Interface: public interface Amuse8 { public void getTosuse(); } 24 Option 1: public class Luffe implements Amuse8 { public void getTosuse() { System.out.println("Great Job"); } } Option 2: public class Luffe implements Amuse8 { public void getTosuse() { System.out.println("Great Job"); } public int setGught(int num) { return 2 * num; } )
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
