Question: Consider the following declarations. public abstract class Abs 1 { ? ? * * implementation not shown public abstract class Abs 2 { / *
Consider the following declarations.
public abstract class Abs implementation not shown
public abstract class Abs implementation not shown
public interface Iface implementation not shown
public interface Iface implementation not shown
Which of the following is a valid class declaration?
A public class TryThis extends Ifacel
B public class TryThis implements Abs
C public class TryThis extends Abs Abs
D public class TryThis extends Ifacel implements Abs Abs
E public class TryThis extends Abs implements Ifacel, Iface
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
