Engineering Full Stack Apps with Java and JavaScript
Which of these statements about interfaces are true?
Select 3 options
A. Interfaces permit multiple implementation inheritance.
B. Unlike a class, an interface can extend from multiple interfaces.
C. Members of an interface are never static.
D. Members of an interface may be static.
E. Interfaces cannot be final.