Question: Which of the following statements about interfaces are true? Select the two correct answers. (a) Interfaces allow multiple implementation inheritance. (b) Interfaces can be extended
Which of the following statements about interfaces are true?
Select the two correct answers.
(a) Interfaces allow multiple implementation inheritance.
(b) Interfaces can be extended by any number of interfaces.
(c) Interfaces can extend any number of interfaces.
(d) Members of an interface are never static.
(e) Members of an interface can always be declared static.
Step by Step Solution
3.41 Rating (151 Votes )
There are 3 Steps involved in it
b and c Interface declarations do not provide any method implementations and ... View full answer
Get step-by-step solutions from verified subject matter experts
