Question: Question: Which of the following statements about interfaces in Java is true? A) An interface can extend multiple classes. B) An interface cannot contain any
Question: Which of the following statements about interfaces in Java is true?
A) An interface can extend multiple classes.
B) An interface cannot contain any method implementations.
C) An interface can be used to achieve multiple inheritance.
D) An interface can declare instance variables.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below The correct option isC An interface can be used to achieve multiple inheritance Reason This option is correct because interfaces are a key ... View full answer
Get step-by-step solutions from verified subject matter experts
